Difference between revisions of "love.audio.getPosition"

(Lemme' rewrite that)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the position of the listener.}}
 
{{#set:Description=Returns the position of the listener.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.getPosition}}
 
{{i18n|love.audio.getPosition}}

Revision as of 09:27, 25 March 2011

Returns the position of the listener.

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.

See Also


Other Languages