World::AddNewNode
Defined in:
Adds a new node to the world and preprocesses it.
C4World.h
Prototype
void AddNewNode(Node *node);
Parameters
node |
The node to add to the world. |
Description
The AddNewNode
function adds the node specified by the node
parameter to the root zone of the world and then calls its Node::PreprocessNode
function.
See Also