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

◆ OnStartServer()

override void ActionOpenFence::OnStartServer ( ActionData action_data)
inlineprivate

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

43 {
44 super.OnStartServer(action_data);
45
46 Fence fence = Fence.Cast( action_data.m_Target.GetObject() );
47 fence.OpenFence();
48 }

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