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

◆ OnExplode()

void OnExplode ( )
protected

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

210 {
211 if (g_Game.IsServer())
212 {
213 m_DeleteTimer.Run(0.25, this, "DeleteSafe");
214 }
215 }
DayZGame g_Game
Определения DayZGame.c:3942
ref Timer m_DeleteTimer
Определения ExplosivesBase.c:28

Перекрестные ссылки g_Game и m_DeleteTimer.

Используется в Grenade_Base::InitiateExplosion() и InitiateExplosion().