ResourceLoader::GetDataSize
Defined in: C4Resources.h
Returns the size of the resource data.
Prototype
unsigned_int32 GetDataSize(void) const;
Description
The GetDataSize function returns the size of the resource data, in bytes.
See Also
ResourceLoader::Read
|