C4 Engine Terathon Software C4 Engine API Documentation

• Resource Manager

API Links
Developer Links

Resource::GetName

Defined in:  C4Resources.h
Returns the name of a resource.
Prototype

const ResourceName& GetName(voidconst;

Description
The GetName function returns the name of a resource. This is the same name that was passed to the Resource::Get function to create the resource object.
See Also

Resource::GetSize

Resource::GetData