C4 Engine
C4 Engine API Documentation

Node::CloneNode

Defined in:  C4Node.h
Clones a node hierarchy.
Prototype

Node *CloneNode(voidconst;

Description
The CloneNode function duplicates a node hierarchy rooted at the node for which this function is called and returns the root of the duplicate node tree. The objects referenced by the nodes in the tree are not duplicated, but are referenced by the duplicate nodes.