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

◆ GetDirectParticleEffect()

Object Particle::GetDirectParticleEffect ( )
inlineprotected

Returns direct particle effect entity which is usually handled by this class 'Particle' if there is one.

Заметки
Is a child of this Particle
Возвращает
Object The Object with the particle component or null

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

308 {
309 return m_ParticleEffect;
310 }
Object m_ParticleEffect
The child object which contains the actual particle.
Определения Particle.c:50

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