RwDuplicateMaterial(RwMaterial *material);
Description
Creates a new material with the same attributes as material.
Arguments
material Pointer to the material.
Return Value
A pointer to the new material if successful, and NULL otherwise.
See Also