ParticleEmitterY()

Syntax

Result = ParticleEmitterY(#ParticleEmitter [, Mode])
Description
Returns the particle emitter 'y' position in the world.

Parameters

#ParticleEmitter The particle emitter to use.
Mode (optional) The mode to get the 'y' position. It can be one of the following value:
  #PB_Absolute: get the absolute 'y' position of the particle emitter in the world (default).
  #PB_Relative: get the 'y' position of the particle emitter relative to its parent.

Return value

The particle emitter 'y' position in the world (according to the given 'Mode').

See Also

ParticleEmitterX(), ParticleEmitterZ()

Supported OS

All

<- ParticleEmitterX() - Particle Index - ParticleEmitterZ() ->