MoveParticleEmitter()
Syntax
MoveParticleEmitter(#ParticleEmitter, x.f, y.f, z.f [, Mode])Description
Move the specified particle emitter.
Parameters
#ParticleEmitter The particle emitter to move. x, y, z The new position of the particle emitter. Mode It can be one of the following values: #PB_Relative: relative move, from the current particle emitter position (default). #PB_Absolute: absolute move to the specified position.combined with one of the following values:#PB_Local : local move. #PB_Parent: move relative to the parent position. #PB_World : move relative to the world.
Return value
None.
See Also
ParticleEmitterX(), ParticleEmitterY(), ParticleEmitterZ()
Supported OS
All