Node::GetWorld
Defined in:
Returns the world to which a node belongs.
C4Node.h
Prototype
World *GetWorld(void) const;
Description
The GetWorld
function returns a pointer to the World
object to which the node belongs. A node's world pointer is automatically set when a node is preprocessed.
See Also