C4 Engine
C4 Engine API Documentation

PrimitiveStructure::GetStateFlag

Defined in:  TSOpenDDL.h
Returns a boolean value indicating whether state data is present.
Prototype

bool GetStateFlag(voidconst;

Description
The GetStateFlag function returns true if the primitive data structure contains state data and false if it does not. State data can exist only for primitive data that has subarrays, so the GetStateFlag function always returns false if the PrimitiveStructure::GetArraySize function returns zero.
See Also

DataStructure::GetArrayStateElement