Difference between revisions of "love.audio.setPosition"
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
* [[parent::love.audio]] | * [[parent::love.audio]] | ||
+ | * [[Source:setPosition]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Sets the position of the listener.}} | {{#set:Description=Sets the position of the listener.}} |
Revision as of 12:13, 25 February 2012
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info