Difference between revisions of "love.audio.getVelocity"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Returns the velocity of the listener.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 15: Line 14:
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns the velocity of the listener.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{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