Function Blam::Console::GetCommand¶
Defined in File console.h
Function Documentation¶
-
Blam::Console::ConsoleCommand *
Blam::Console::GetCommand(std::string name)¶ Retrieves a command with the specified name.
- Return
A pointer to the console command, or
nullptrif the command could not be found.- Parameters
name: - The name of the command to be retrieved.