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

◆ OnStartServer()

override void ActionMountBarbedWire::OnStartServer ( ActionData action_data)
inlineprivate

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

114 {
115 super.OnStartServer(action_data);
116
117 BarbedWire wire = GetBarbedWire(action_data.m_Target);
118 if (wire && wire.GetLoopDeploySoundset() != string.Empty)
119 wire.StartItemSoundServer(SoundConstants.ITEM_DEPLOY_LOOP);
120 }
BarbedWire GetBarbedWire(ActionTarget target)
Определения ActionMountBarbedWire.c:166

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