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

◆ OnParticleParented()

void ParticleSource::OnParticleParented ( IEntity parent)
inlineprotected

Event when the particle receives a parent.

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

723 {
724 m_ParentObject = Object.Cast(parent);
725
726 super.OnParticleParented(parent);
727 }
Object m_ParentObject
Parent Object the Particle is child of.
Определения Particle.c:48
class LOD Object

Перекрестные ссылки Particle::m_ParentObject.