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

◆ GetParticleID()

int Particle::GetParticleID ( )
inlineprotected

Gets particle id.

Заметки
This is not necessarily the CURRENT particle As one can use SetSource while the Particle is still playing But that will not change the particle before Particle is played again
Возвращает
int The last set Particle ID registered in ParticleList

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

298 {
299 return m_ParticleID;
300 }
int m_ParticleID
ID from ParticleList if assigned.
Определения Particle.c:13

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

Используется в EffEngineSmoke::Event_OnFrameUpdate() и EffectParticle::GetCurrentParticleID().