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

◆ GetParticleParent()

override Object ParticleSource::GetParticleParent ( )
inlineprivate

Returns the parent of this Particle if there is one.

Возвращает
Object The parent or null if there is none

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

576 {
577 return Object.Cast(GetParent());
578 }
class LOD Object
proto native Widget GetParent()
Get parent of the Effect.
Определения Effect.c:407

Перекрестные ссылки GetParent().

Используется в RandomizeOrientation() и StopWiggle().