C4 Engine
C4 Engine API Documentation

Engine::GetFirstVariable

Defined in:  C4Engine.h
Returns the first system variable.
Prototype

const Variable *GetFirstVariable(voidconst;

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

Engine::GetVariable

Engine::AddVariable

Variable