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

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)

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

75 {
76 super.OnEndServer(action_data);
77
78 ExplosivesBase item = ExplosivesBase.Cast(action_data.m_Target.GetObject());
79 if (item.GetArmSoundset() != string.Empty)
80 item.StopItemSoundServer(SoundConstants.ITEM_EXPLOSIVE_ARM);
81 }
void ExplosivesBase()
Определения ExplosivesBase.c:42

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