C4 Engine
C4 Engine API Documentation

Tree::PurgeSubtree

Defined in:  TSTree.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