ParticleEmitterZ()
Syntax
Result = ParticleEmitterZ(#ParticleEmitter [, Mode])Description
Returns the particle emitter 'z' position in the world.
Parameters
#ParticleEmitter The particle emitter to use. Mode (optional) The mode to get the 'z' position. It can be one of the following value: #PB_Absolute: get the absolute 'z' position of the particle emitter in the world (default). #PB_Relative: get the 'z' position of the particle emitter relative to its parent.
Return value
The particle emitter 'z' position in the world (according to the given 'Mode').
See Also
ParticleEmitterX(), ParticleEmitterY()
Supported OS
All