RwInt32
RwGetClumpNumUserDraws(RwClump *clump);
Description
Retrieves the number of user-draws owned by the clump.
Arguments
clump Pointer to the clump.
Return Value
The number of user-draws owned by clump if successful, and -1 otherwise.
See Also
RwAddUserDrawToClump()
RwDestroyUserDraw()
RwDuplicateUserDraw()
RwForAllUserDrawsInClump()
RwRemoveUserDrawFromClump()