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

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)

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

83 {
84 super.OnEndServer(action_data);
85
86 ExplosivesBase item = ExplosivesBase.Cast(action_data.m_Target.GetObject());
87 if (item.GetDisarmSoundsetUnpaired() != string.Empty)
88 item.StopItemSoundServer(SoundConstants.ITEM_EXPLOSIVE_DISARM_UNPAIRED);
89 }
void ExplosivesBase()
Определения ExplosivesBase.c:42

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