RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwFindTaggedClump(RwClump *clump, RwInt32 tag);

Description

Looks for the clump with the specified tag in the hierarchy rooted at clump.

Arguments

clump Pointer to the clump.

tag Integer tag to find.

Return Value

A pointer to the clump found if the search was successful, and NULL if the search failed or if any errors occurred. Errors can be checked for using RwGetError().

See Also

RwAddChildToClump()

RwFindClump()

RwFindTaggedPolygon()

RwForAllClumpsInHierarchy()

RwGetClumpTag()

RwGetFirstChildClump()

RwGetNextClump()

RwRemoveChildFromClump()

RwSetClumpTag()

RwSetTag()