Class Halo2HelpCommand¶
Defined in File h2help.hpp
Inheritance Relationships¶
Base Type¶
public Blam::Console::ConsoleCommand(Class ConsoleCommand)
Class Documentation¶
-
class
Halo2HelpCommand: public Blam::Console::ConsoleCommand¶ Class for the
h2helpcommand.This command is an exact replica of the
helpcommand as it exists in Halo 2’s Sapien editor. The output is the same output that is written tohs_doc.txtwhen thescript_doccommand 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.
-