Difference between revisions of "love.audio.getVelocity"
m (1 revision: Importing from potato (again).) |
|||
Line 1: | Line 1: | ||
− | |||
Returns the velocity of the listener. | Returns the velocity of the listener. | ||
== Function == | == Function == | ||
Line 16: | Line 15: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Returns the velocity of the listener.}} | {{#set:Description=Returns the velocity of the listener.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.audio.getVelocity}} |
Revision as of 19:40, 25 October 2010
Returns the velocity of the listener.
Function
Synopsis
x, y, z = love.audio.getVelocity( )
Arguments
None.
Returns
number x
- The X velocity of the listener.
number y
- The Y velocity of the listener.
number z
- The Z velocity of the listener.
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