Difference between revisions of "love.audio.setVelocity (Español)"

(Created page with "Establece la velocidad del oyente. == Function == === Synopsis === <source lang="lua"> love.audio.setVelocity( x, y, z ) </source> === Arguments === {{param|number|x|La velocidad...")
 
 
Line 12: Line 12:
 
Nothing.
 
Nothing.
 
== See Also ==
 
== See Also ==
* [[parent::love.audio]]
+
* [[parent::love.audio (Español)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Establece la velocidad del oyente.}}
 
{{#set:Description=Establece la velocidad del oyente.}}

Latest revision as of 04:32, 26 June 2011

Establece la velocidad del oyente.

Function

Synopsis

love.audio.setVelocity( x, y, z )

Arguments

number x
La velocidad X del agente de escucha.
number y
La velocidad Y del agente de escucha.
number z
La velocidad Z del agente de escucha.

Returns

Nothing.

See Also


Other Languages