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

◆ HandleReciveData()

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

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

208 {
209 super.HandleReciveData(action_recive_data, action_data);
210
211 BuildPartActionData.Cast(action_data).m_PartType = BuildPartActionReciveData.Cast(action_recive_data).m_PartType;
212 }

Перекрестные ссылки ActionData и BuildPartActionReciveData::m_PartType.