Difference between revisions of "love.audio.getVelocity"

 
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the velocity of the listener.}}
 
{{#set:Description=Returns the velocity of the listener.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.getVelocity}}
 
{{i18n|love.audio.getVelocity}}

Latest revision as of 09:27, 25 March 2011

Returns the velocity of the listener.

Function

Synopsis

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

Arguments

None.

Returns

number x
The X velocity of the listener.
number y
The Y velocity of the listener.
number z
The Z velocity of the listener.

See Also


Other Languages