C4 Engine
C4 Engine API Documentation

Structure::GetBaseStructureType

Defined in:  TSOpenDDL.h
Returns the base structure type.
Prototype

StructureType GetBaseStructureType(voidconst;

Description
The GetBaseStructureType function returns the base structure type representing a more general classification than the type returned by the Structure::GetStructureType function. By default, the base structure type is simply the value zero, but a subclass of the Structure class may set the base structure type to any value it wants by calling the Structure::SetBaseStructureType function.

The base structure type for all built-in primitive data structures derived from the PrimitiveStructure class is kStructurePrimitive.
See Also

Structure::SetBaseStructureType

Structure::GetStructureType

PrimitiveStructure