C4 Engine
C4 Engine API Documentation

Engine::GetCommand

Defined in:  C4Engine.h
Returns a system command.
Prototype

Command *GetCommand(const char *name) const;

Parameters
name The name of the command.
Description
The GetCommand function returns the system command matching the name specified by the name parameter. If no such command exists, then the return value is nullptr.
See Also

Engine::GetFirstCommand

Engine::AddCommand

Command