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

◆ StopParticle()

bool StopParticle ( int flags = 0)
protected

Method to tell the particle to stop playing.

Аргументы
flagsint Flags to pass to the stopping
Возвращает
bool Whether the particle successfully stopped

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

119 {
120 ErrorEx("Not implemented.", ErrorExSeverity.WARNING);
121 return false;
122 }
ErrorExSeverity
Определения EnDebug.c:62
enum ShapeType ErrorEx

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

Используется в ParticleFireEndStop(), ParticleFireStartStop(), ParticleNormalFireStop(), ParticleNormalSmokeStop(), ParticleSmallFireStop(), ParticleSmallSmokeStop(), ParticleSteamEndStop(), ParticleSteamExtinguishingStop(), ParticleWetNoIgniteStop() и StopAllParticlesAndSounds().