RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwGetUserDrawOwner(RwUserDraw *userdraw);

Description

Retrieves the clump that owns the user-draw.

Arguments

userdraw Pointer to the user-draw.

Return Value

The clump that owns the user-draw. NULL is returned if the user-draw is not currently owned by a clump or if an error occurs. Errors can be checked for using RwGetError().

See Also

RwAddUserDrawToClump()

RwCreateUserDraw()

RwDuplicateUserDraw()

RwForAllUserDrawsInClump()

RwGetError()

RwRemoveUserDrawFromClump()