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

◆ GetParticleID()

int EffectParticle::GetParticleID ( )
inlineprotected

Gets the id of the particle to be used.

Предупреждения
Only gets the cached variable, for immediate effect use GetCurrent variant
Возвращает
int Particle ID registered in ParticleList

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

314 {
315 return m_ParticleID;
316 }
int m_ParticleID
The ID in the ParticleList to create Particle from.
Определения EffectParticle.c:14

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