Difference between revisions of "Source:getVelocity (Español)"

(Created page with "{{newin|0.7.0|070|type=function}} Obtiene la velocidad de la Fuente. == Function == === Synopsis === <source lang="lua"> x, y, z = Source:getVelocity( ) </source> === Argumen...")
(No difference)

Revision as of 03:26, 26 June 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Obtiene la velocidad de la Fuente.

Function

Synopsis

x, y, z = Source:getVelocity( )

Arguments

None.

Returns

number x
La parte X del vector velocidad.
number y
La parte Y del vector velocidad.
number z
La parte Z del vector velocidad.

See Also

Other Languages