C4 Engine
C4 Engine API Documentation

Engine::GetFirstCommand

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

const Command *GetFirstCommand(voidconst;

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

Engine::GetCommand

Engine::AddCommand

Command