RenderWare V2.1

Previous Page Index Next Page

void *

RwGetClumpData(RwClump *clump);

Description

Retrieves the clump’s 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

RwGetError()

RwSetClumpData()