Returns the position of the listener. Please note that positional audio only works for mono (i.e. non-stereo) sources.
== Function ==
=== Synopsis ===
<source lang="lua">
x, y, z = love.audio.getPosition( )
</source>
=== Arguments ===
None.
=== Returns ===
{{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.}}
== See Also ==
* [[parent::love.audio]]
[[Category:Functions]]
{{#set:Description=Returns the position of the listener.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.audio.getPosition}}