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

◆ GetParticleParent()

Object Particle::GetParticleParent ( )
inlineprotected

Returns the parent of this Particle if there is one.

Возвращает
Object The registered parent or null

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

317 {
318 return m_ParentObject;
319 }
Object m_ParentObject
Parent Object the Particle is child of.
Определения Particle.c:48

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