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

◆ Start()

override void ActionWorldCraft::Start ( ActionData action_data)
inlineprivate

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

151 {
152 super.Start(action_data);
153 WorldCraftActionData action_data_wc = WorldCraftActionData.Cast(action_data);
154 if ( action_data_wc.m_Player && !action_data_wc.m_ShowItem )
155 action_data.m_Player.TryHideItemInHands(true);
156 }

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