| ParticleSource CreateParticleEx | ( | int | id, |
| vector | pos, | ||
| int | flags = ParticlePropertiesFlags.NONE, | ||
| Object | parent = null, | ||
| vector | ori = vector.Zero, | ||
| Class | owner = null ) |
Master create function.
| id | int Particle ID registered in ParticleList |
| pos | vector Position of ParticleSource in LS (WS when no parent) |
| flags | int See ParticlePropertiesFlags (Optional) |
| parent | Object Parent Object which will child the ParticleSource (Optional) |
| ori | vector Orientation of ParticleSource in LS (WS when no parent) (Pitch, Yaw, Roll in degrees) (Optional) |
| owner | Class The owning instance for this particle (Optional) |
ParticleSource Created particle instance when successful См. определение в файле ParticleManager.c строка 142
Перекрестные ссылки CreateParticleByPath(), ErrorEx и ParticleList::GetParticleFullPath().
Используется в CreateParticle().