Class HelpCommand

Inheritance Relationships

Base Type

Class Documentation

class HelpCommand : public Blam::Console::ConsoleCommand

Class for the help command.

This command shows a list of all commands. It was setup to mimic the result you get when pressing TAB in the console in Halo CE and Halo 2’s console. In the future, it should be modified to be more of a useful help command - with the tab command showing command names as it did using a separate function.

Public Functions

HelpCommand()
~HelpCommand()
CommandStatus onCommand(std::vector<std::string> arguments)

Called upon command execution.

Return

The status of the command execution. See Blam::Console::CommandStatus for details.

Parameters
  • arguments: - The list of arguments passed to the command. Any space character in the command line is treated as a new argument.