love.audio.getPosition

Returns the position of the listener.

Function

Synopsis

x, y, z = love.audio.getPosition( )

Arguments

None.

Returns

number x
The listener position along the x-axis.
number y
The listener position along the y-axis.
number z
The listener position along the z-axis.

See Also

Other Languages