Engine::GetFirstVariable
Defined in:
Returns the first system variable.
C4Engine.hPrototype
const Variable *GetFirstVariable(void) const;
Description
The GetFirstVariable function returns the first system variable as determined by lexicographical ordering on the variable name. The MapElement::GetNextMapElement function can be used to iterate through all variables currently registered with the engine.
See Also
