Difference between revisions of "love.audio.setPosition"

(What was there was wrong, it sets the position of the listener, not the position of the source.)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the position of the listener.}}
 
{{#set:Description=Sets the position of the listener.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.setPosition}}
 
{{i18n|love.audio.setPosition}}

Revision as of 09:28, 25 March 2011

Sets the position of the listener, which determines how sounds play.

Function

Synopsis

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

Arguments

number x
The x position of the listener.
number y
The y position of the listener.
number z
The z position of the listener.

Returns

Nothing.

See Also


Other Languages