RwGetClumpParent(RwClump *clump);
Description
Retrieves the clumps 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