Difference between revisions of "love.audio.getPosition (Português)"

m (translation update)
m (translation update)
Line 17: Line 17:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Retorna a posição do ouvinte.}}
 
{{#set:Description=Retorna a posição do ouvinte.}}
 +
{{#set:Since=000}}
  
 
== Outros Idiomas ==
 
== Outros Idiomas ==
 
{{i18n|love.audio.getPosition}}
 
{{i18n|love.audio.getPosition}}

Revision as of 12:08, 3 July 2011

Retorna a posição do ouvinte.

Função

Sinopse

x, y, z = love.audio.getPosition( )

Argumentos

Nenhum.

Retorno

number (Português) x
A posição em x do ouvinte.
number (Português) y
A posição em y do ouvinte.
number (Português) z
A posição em z do ouvinte.

Veja Também


Outros Idiomas