RwGetClumpHints(RwClump *clump);
Description
Retrieves the hints associated with the clump.
Arguments
clump Pointer to the clump.
Return Value
A bitfield representing a hint (or "bitwise or" of hints) associated with the clump. If there is an error or if no hints have been added to the clump, 0 is returned. Errors can be checked for using RwGetError().
Comments
The clump hints are:
rwCONTAINER The clump spatially contains other clumps.
rwHS Action should be taken to prevent hidden surfaces from being visible when the clump is rendered.
rwEDITABLE The clumps geometry is editable (its vertices can be moved and new vertices and polygons added).
See Also