Views
love.audio.getPosition
Returns the position of the listener.
Contents |
Function
Synopsis
x, y, z = love.audio.getPosition( )
Arguments
None.
Returns
number x
- The X position of the listener.
number y
- The Y position of the listener.
number z
- The Z position of the listener.