Function Blam::Console::GetCommand

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 nullptr if the command could not be found.

Parameters
  • name: - The name of the command to be retrieved.