Difference between revisions of "love.audio.getPosition"
m (1 revision: Importing from potato (again).) |
|||
Line 1: | Line 1: | ||
− | |||
Returns the position of the listener. | Returns the position of the listener. | ||
== Function == | == Function == | ||
Line 14: | Line 13: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Returns the position of the listener.}} | {{#set:Description=Returns the position of the listener.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.audio.getPosition}} |
Revision as of 19:39, 25 October 2010
Returns the position of the listener.
Function
Synopsis
v = love.audio.getPosition( )
Arguments
None.
Returns
floatArray v
- A float array of size 3 containing [x,y,z] in that order
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