RwRemoveChildFromClump(RwClump *clump);
Description
Removes the clump from its parents list of children.
Arguments
clump Pointer to the clump.
Return Value
The argument clump if successful, and NULL otherwise.
Comments
Once removed, the clump becomes the root of a hierarchy consisting of itself and any descendants.
See Also