{{newin|[[0.7.0]]|070|type=function}}
Sets the position of the Source. Please note that this only works for mono (i.e. non-stereo) sound files!
== Function ==
=== Synopsis ===
<source lang="lua">
Source:setPosition( x, y, z )
</source>
=== Arguments ===
{{param|number|x|The X position of the Source.}}
{{param|number|y|The Y position of the Source.}}
{{param|number|z|The Z position of the Source.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Source]]
* [[love.audio.setPosition]]
[[Category:Functions]]
{{#set:Description=Sets the position of the Source.}}
== Other Languages ==
{{i18n|Source:setPosition}}