C4 Engine
C4 Engine API Documentation

DataDescription::GetRootStructure

Defined in:  TSOpenDDL.h
Returns root structure for an OpenDDL file.
Prototype

const Structure *GetRootStructure(voidconst;

Description
The GetRootStructure function returns the root structure for an OpenDDL file. The direct subnodes of the root structure correspond to the top-level data structures in the file.
See Also

DataDescription::FindStructure

Tree