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 }