Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Function use-root
Lambda List
use-root
(
new-root
)
Arguments
new-root
-- The new root
component
.
Details
Assigns a new root object. Influences the parent context, as per a special variable. Calls
leave
on the old object, and
enter
on the new object, if they differ.
See also
component
leave
enter