Class Halo2HelpCommand

Inheritance Relationships

Base Type

Class Documentation

class Halo2HelpCommand : public Blam::Console::ConsoleCommand

Class for the h2help command.

This command is an exact replica of the help command as it exists in Halo 2’s Sapien editor. The output is the same output that is written to hs_doc.txt when the script_doc command is run.

Public Functions

Halo2HelpCommand()
~Halo2HelpCommand()
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.