C4 Engine Terathon Software C4 Engine API Documentation

• Resource Manager

API Links
Developer Links

Resource::GetSize

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

unsigned long GetSize(voidconst;

Description
The GetSize function returns the size of a resource, in bytes. If the resource has not been loaded, then the returned size is zero.
See Also

Resource::GetName

Resource::GetData