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

◆ Start()

override void ActionRepositionPluggedItem::Start ( ActionData action_data)
inlineprivate

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

48 {
49 super.Start(action_data);
50
51 ItemBase ntarget = ItemBase.Cast(action_data.m_Target.GetObject());
52 if (GetGame().IsMultiplayer() && GetGame().IsServer())
53 action_data.m_Player.PlacingStartServer(ntarget);
54 else
55 action_data.m_Player.PlacingStartLocal(ntarget);
56 }
class GP5GasMask extends MaskBase ItemBase
proto native CGame GetGame()

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