RwGetClumpData(RwClump *clump);
Description
Retrieves the clumps user data pointer.
Arguments
clump Pointer to the clump.
Return Value
The user data pointer. NULL is returned if there is an error or if the user data pointer in NULL. Errors can be checked for using RwGetError().
See Also