RenderWare V2.1

Previous Page Index Next Page

RwUserDraw *

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

RwAddUserDrawToClump()

RwCreateUserDraw()

RwDestroyUserDraw()

RwDuplicateUserDraw()

RwForAllUserDrawsInClump()

RwGetClumpNumUserDraws()