audio_emitter_get_y

Returns the current y position of a given emitter.

Syntax:

audio_emitter_get_y(emitter);


Argument Description
emitter The index of the emitter to use.


Returns: Real


Description

This function returns the current y position of the given audio emitter.


Example:

if audio_emitter_get_y(emitter_player) != x
   {
   audio_emitter_position(emitter_player, x, y, 0);
   }

The above code checks the current y position of a given emitter and if it is not equal to the instance y position, it is set to the instance position.


Back: Audio Emitters
Next: audio_emitter_get_z
© Copyright YoYo Games Ltd. 2018 All Rights Reserved