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

◆ StopParticle()

override bool ParticleSource::StopParticle ( int flags = 0)
inlineprivate

Method to tell the particle to stop playing.

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

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

373 {
374 return StopParticleNative(flags);
375 }
proto bool StopParticleNative(int flags)
Method to tell the particle to stop playing.

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

Используется в PMTPlayback::CheckStop().