Difference between revisions of "love.audio.setPosition"

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

Revision as of 19:48, 25 October 2010

Sets the position of the listener.

Function

Synopsis

love.audio.setPosition( v )

Arguments

floatArray v
A float array of size 3 containing [x,y,z] in that order

Returns

Nothing.

See Also

Other Languages