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

◆ GetParticleCount()

override int ParticleSource::GetParticleCount ( )
inlineprivate

Returns the total count of active particles in all emitors.

Заметки
Internally does a sum, HasActiveParticle is better for a quick check
Возвращает
int Total count of active particles

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

608 {
609 return GetParticleCountNative();
610 }
proto int GetParticleCountNative()
Returns the total count of active particles in all emitors.

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