World::GetRootNode
Defined in:
Returns the root node of a world.
C4World.h
Prototype
Zone *GetRootNode(void) const;
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