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

◆ StopParticleNative()

proto bool ParticleSource::StopParticleNative ( int flags)
private

Method to tell the particle to stop playing.

Заметки
The particle is not immediately stopped by default, instead it will gradually fade If this is however desired, then pass in StopParticleFlags.IMMEDIATE
Аргументы
flagsint Flags to pass to the stopping (StopParticleFlags)
Возвращает
bool Whether the particle successfully stopped

Используется в StopParticle().