RwRemoveUserDrawFromClump(RwUserDraw *userdraw);
Description
Removes the user-draw from its clump.
Arguments
userdraw Pointer to the user-draw.
Return Value
The argument userdraw if successful, and NULL otherwise.
Comments
After being removed from a clump, the user-draw has no owning clump. To make use of such a user-draw, add it to a clump using RwAddUserDrawToClump().
See Also