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

◆ OnStartServer()

override void OnStartServer ( ActionData action_data)

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

59 {
60 super.OnStartServer(action_data);
61
62 ExplosivesBase item = ExplosivesBase.Cast(action_data.m_Target.GetObject());
63 if (item.GetArmSoundset() != string.Empty)
64 item.StartItemSoundServer(SoundConstants.ITEM_EXPLOSIVE_ARM);
65 }
void ExplosivesBase()
Определения ExplosivesBase.c:42

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