C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Tree::PurgeSubtree

Defined in:  C4Tree.h
Deletes all subnodes of an object.
Prototype

void PurgeSubtree(void);

Description
The PurgeSubtree function recursively deletes all of the subnodes of an object.
See Also

Tree::RemoveSubtree

Tree::RemoveSubnode