RwCopyMaterial(RwMaterial *source, RwMaterial *dest);
Description
Copies material source to material dest.
Arguments
source Pointer to the source material.
dest Pointer to the destination material.
Return Value
The argument dest if successful, and NULL otherwise.
See Also