Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Function veloc
Lambda List
veloc
(
object
)
Arguments
object
-- An object.
Return Value
The x,y velocity of
object
.
Details
Returns the velocity of an object, relative to its
parent
object. See
mobile
.
See also
parent
mobile