|
inlinestaticprotected |
Creates a particle emitter and attaches it on the given object.
| particle_id | int Particle ID registered in ParticleList |
| parent_obj | Object Instance on which this particle will be attached |
| local_pos | vector Attachment position local to the parent (Optional) |
| local_ori | vector Orientation local to the parent (Pitch, Yawn, Roll in degrees) (Optional) |
| force_world_rotation | bool Forces particle's orientation to rotate relative to the world and not with the object (Optional) |
Particle Created particle instance См. определение в файле Particle.c строка 88
Перекрестные ссылки AddAsChild(), CreateInWorld(), Error(), m_DefaultOri, Particle(), particle_id и Vector().
Используется в Create() и PlayOnObject().