RwClump *
RwSetClumpData(RwClump *clump, void *data);
Description
Sets the clumps user data pointer.
Arguments
clump Pointer to the clump.
data User data pointer.
Return Value
The argument clump if successful, and NULL otherwise.
See Also
RwGetClumpData()