Source:getDirection (Español)

Available since LÖVE 0.7.0
This function (Español) is not supported in earlier versions.

Obtiene la dirección de la Fuente.

Function

Synopsis

x, y, z = Source:getDirection( )

Arguments

None.

Returns

number x
The X part of the direction vector.
number y
The Y part of the direction vector.
number z
The Z part of the direction vector.

See Also

Other Languages