C4 Engine
C4 Engine API Documentation

World::GetRootNode

Defined in:  C4World.h
Returns the root node of a world.
Prototype

Zone *GetRootNode(voidconst;

Description
The GetRootNode function returns a pointer to the root node of a world. Since the root node of a world is always a zone, the return value is a pointer to a Zone node.
See Also

Zone