Resource::GetResourceName
Defined in:
Returns the name of a resource.
C4Resources.h
Prototype
const ResourceName& GetResourceName(void) const;
Description
The GetResourceName
function returns the name of a resource. This is the same name that was passed to the Resource::GetResource
function to create the resource object.
See Also