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

◆ StopParticle()

bool StopParticle ( out Particle particle)
protected

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

1115 {
1116 if (particle && g_Game && (!g_Game.IsDedicatedServer()))
1117 {
1118 particle.Stop();
1119 particle = NULL;
1120
1121 return true;
1122 }
1123
1124 return false;
1125 }
DayZGame g_Game
Определения DayZGame.c:3942

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