Engine::GetFirstCommand
Defined in:
Returns the first system command.
C4Engine.h
Prototype
const Command *GetFirstCommand(void) const;
Description
The GetFirstCommand
function returns the first system command as determined by lexicographical ordering on the command name. The MapElement::GetNextMapElement
function can be used to iterate through all commands currently registered with the engine.
See Also