RwSetMaterialData(RwMaterial *material, void *data);
Description
Sets the materials user data pointer.
Arguments
material Pointer to the material.
data User data pointer.
Return Value
The argument material if successful, and NULL otherwise.
See Also