C4 Engine
C4 Engine API Documentation

StructureRef::GetNameArray

Defined in:  TSData.h
Returns the array of names stored in a reference.
Prototype

const ImmutableArray<String<>>& GetNameArray(voidconst;

Description
The GetNameArray function returns the array of names stored in a structure reference. The Array::GetArrayElementCount function can be used to retrieve the number of names in the array, and the [] operator can be used to retrieve each individual name in the array. For a null reference, the name array is empty (i.e., has zero elements).
See Also

StructureRef::GetGlobalRefFlag

StructureRef::AddName

StructureRef::ResetRef

Array