|
inlinestaticprotected |
Create function.
| id | int Particle ID registered in ParticleList |
| pos | vector Position of ParticleSource in LS (WS when no parent) |
| playOnCreation | bool Whether to play immediately after creation (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) |
| forceWorldRotation | bool Forces orientation to rotate relative to the world and not with the parent (Optional) |
| owner | Class The owning instance for this particle (Optional) |
ParticleSource Created particle instance when successful См. определение в файле ParticleSource.c строка 178
Перекрестные ссылки CreateParticleEx() и ParticleSource().
Используется в PMTPlayback::TestOnePlayingStandAlone(), PMTPlayback::TestOnePlayingStandAloneAutoDestroy(), PMTPlayback::TestStopping() и PMTPlayback::TestWiggleStress().