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

◆ HandleReciveData()

override void ActionRepairVehiclePartBase::HandleReciveData ( ActionReciveData action_recive_data,
ActionData action_data )
inlineprotected

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

127 {
128 super.HandleReciveData(action_recive_data, action_data);
129
130 RepairVehiclePartActionReciveData recieveDataRepair = RepairVehiclePartActionReciveData.Cast(action_recive_data);
131 RepairVehiclePartActionData.Cast(action_data).m_DamageZone = recieveDataRepair.m_DamageZoneRecived;
132 }

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