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

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)

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

53 {
54 super.OnEndServer(action_data);
55
56 ExplosivesBase item = ExplosivesBase.Cast(action_data.m_Target.GetObject());
57 if (item.GetDisarmSoundset() != string.Empty)
58 item.StopItemSoundServer(SoundConstants.ITEM_EXPLOSIVE_DISARM);
59 }
void ExplosivesBase()
Определения ExplosivesBase.c:42

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