Difference between revisions of "love.audio.setVelocity"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Sets 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=Sets the velocity of the listener.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.audio.setVelocity}}

Latest revision as of 09:28, 25 March 2011

Sets the velocity of the listener.

Function

Synopsis

love.audio.setVelocity( x, y, z )

Arguments

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

Returns

Nothing.

See Also


Other Languages