Difference between revisions of "love.audio.setVelocity"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the velocity of the listener.
 
Sets the velocity of the listener.
 
== Function ==
 
== Function ==
Line 16: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the velocity of the listener.}}
 
{{#set:Description=Sets the velocity of the listener.}}
 +
== Other Languages ==
 +
{{i18n|love.audio.setVelocity}}

Revision as of 19:48, 25 October 2010

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