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

◆ OnEndServer()

override void ActionMountBarbedWire::OnEndServer ( ActionData action_data)
inlineprivate

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

123 {
124 BarbedWire wire = GetBarbedWire(action_data.m_Target);
125 if (wire && wire.GetLoopDeploySoundset() != string.Empty)
126 wire.StopItemSoundServer(SoundConstants.ITEM_DEPLOY_LOOP);
127
128 super.OnEndServer(action_data);
129 }
BarbedWire GetBarbedWire(ActionTarget target)
Определения ActionMountBarbedWire.c:166

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