DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ HandleReciveData()

override void ActionRepairTent::HandleReciveData ( ActionReciveData action_recive_data,
ActionData action_data )
inlineprivate

См. определение в файле ActionRepairTent.c строка 148

149 {
150 super.HandleReciveData(action_recive_data, action_data);
151
152 RepairTentActionReciveData recive_data_repair = RepairTentActionReciveData.Cast(action_recive_data);
153 RepairTentActionData.Cast(action_data).m_DamageZone = recive_data_repair.m_DamageZoneRecived;
154 }
string m_DamageZoneRecived
Определения ActionRepairTent.c:3

Перекрестные ссылки ActionData и RepairTentActionReciveData::m_DamageZoneRecived.