RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwGetClumpParent(RwClump *clump);

Description

Retrieves the clump‘s parent.

Arguments

clump Pointer to the clump.

Return Value

A pointer to the parent clump. NULL is returned if the clump is the root of a hierarchy or if an error occurred. Errors can be checked for using RwGetError().

See Also

RwAddChildToClump()

RwGetClumpRoot()

RwGetError()

RwGetFirstChildClump()

RwRemoveChildFromClump()