Engine::GetCommand
Defined in:
Returns a system command.
C4Engine.h
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