Sets the position of the listener, which determines how sounds play.
== Function ==
=== Synopsis ===
<source lang="lua">
love.audio.setPosition( x, y, z )
</source>
=== Arguments ===
{{param|number|x|The x position of the listener.}}
{{param|number|y|The y position of the listener.}}
{{param|number|z|The z position of the listener.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.audio]]
* [[Source:setPosition]]
[[Category:Functions]]
{{#set:Description=Sets the position of the listener.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.audio.setPosition}}