C4 Engine
C4 Engine API Documentation

StructureRef::GetGlobalRefFlag

Defined in:  TSData.h
Returns a boolean value indicating whether a reference is global.
Prototype

bool GetGlobalRefFlag(voidconst;

Description
The GetGlobalRefFlag function returns true if the structure reference is global, and it returns false if the structure reference is local. A structure reference is global if the first name in its name array is a global name, as specified in the OpenDDL file.
See Also

StructureRef::GetNameArray

StructureRef::AddName

StructureRef::ResetRef