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

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)

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

68 {
69 super.OnEndServer(action_data);
70
71 ExplosivesBase item = ExplosivesBase.Cast(action_data.m_Target.GetObject());
72 if (item.GetArmSoundset() != string.Empty)
73 item.StopItemSoundServer(SoundConstants.ITEM_EXPLOSIVE_ARM);
74 }
void ExplosivesBase()
Определения ExplosivesBase.c:42

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