![]() |
• World Manager | ||
|
API Links
Developer Links
|
Node::AddNewSubnodeDefined in:
Adds a newly created subnode to a node.
C4Node.hPrototype
Parameters
Description
The AddNewSubnode function add the subnode specified by the node parameter to a node and subsequently preprocesses the subnode. Calling AddNewSubnode is equivalent to calling Tree::AddSubnode for the same node object and then calling Node::Preprocess for the node specified by node.
See Also
|