C4 Engine
C4 Engine API Documentation

Resource::GetResourceSize

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

uint32 GetResourceSize(voidconst;

Description
The GetResourceSize 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::GetResourceName

Resource::GetResourceData