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