love.audio.getVelocity

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