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

◆ HandleReciveData()

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

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

170 {
171 super.HandleReciveData(action_recive_data, action_data);
172
173 RepairTentPartActionReciveData recive_data_repair = RepairTentPartActionReciveData.Cast(action_recive_data);
174 RepairTentPartActionData.Cast(action_data).m_DamageZone = recive_data_repair.m_DamageZoneRecived;
175 }

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