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

◆ OnStartServer()

override void OnStartServer ( ActionData action_data)

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

74 {
75 super.OnStartServer(action_data);
76
77 ExplosivesBase item = ExplosivesBase.Cast(action_data.m_Target.GetObject());
78 if (item.GetDisarmSoundsetUnpaired() != string.Empty)
79 item.StartItemSoundServer(SoundConstants.ITEM_EXPLOSIVE_DISARM_UNPAIRED);
80 }
void ExplosivesBase()
Определения ExplosivesBase.c:42

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