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

◆ GetDirectParticleEffect()

override Object ParticleSource::GetDirectParticleEffect ( )
inlineprivate

Returns direct particle effect entity.

Заметки
Backwards compatibility with Particle, here it is the Object itself
Возвращает
Object The Object with the particle component (this)

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

567 {
568 return this;
569 }