C4 Engine Terathon Software C4 Engine API Documentation

• Resource Manager

API Links
Developer Links

Packable::GetPackTypeSize

Defined in:  C4Packing.h
Returns the total size of the type codes needed to identify the most-derived subclass.
Prototype

unsigned long GetPackTypeSize(voidconst;

Description
The GetPackTypeSize function returns the number of bytes that would be written to the output stream when the object's type is packed.
See Also

Packable::PackType