RwSetClumpTag(RwClump *clump, RwInt32 tag);
Description
Assigns the integer tag to the clump.
Arguments
clump Pointer to the clump.
tag Integer tag value to set.
Return Value
The argument clump if successful, NULL otherwise.
See Also
RwSetTag()