RwGetMaterialData(RwMaterial *material);
Description
Retrieves the materials user data pointer.
Arguments
material Pointer to the material.
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