ResourceLocation::GetPath
Defined in: C4Resources.h
Returns the path stored in the resource location.
Prototype
ResourcePath& GetPath(void);
const ResourcePath& GetPath(void) const;
Description
The GetPath function returns the path stored in the resource location.
|