CopyResource
Jump to navigation
Jump to search
This function copies a specified resource with a new name.
Syntax
bool copyResource ( resource theResource, string newResourceName )
Required Arguments
- theResource: the resource which is going to be copied
- newResourceName: the name that the copied resource will receive
Returns
Returns true if the resource was copied successfully, false otherwise.
Example
--TODO