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

◆ OnExplode()

void Grenade_ChemGas::OnExplode ( )
inlineprotected

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

20 {
21 m_Exploded = true;
22
23 if (g_Game.IsServer())
24 {
25 g_Game.CreateObject("ContaminatedArea_Local", GetPosition());
26 }
27 }
DayZGame g_Game
Определения DayZGame.c:3942
bool m_Exploded
Определения Grenade_ChemGas.c:3
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

Перекрестные ссылки g_Game, GetPosition() и m_Exploded.