RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwRemoveChildFromClump(RwClump *clump);

Description

Removes the clump from its parent’s 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

RwAddChildToClump()

RwGetClumpNumChildren()

RwGetClumpParent()

RwGetClumpRoot()

RwGetFirstChildClump()

RwGetNextClump()