Class Halo2PrintCommand

Inheritance Relationships

Base Type

Class Documentation

class Halo2PrintCommand : public Blam::Console::ConsoleCommand

Class for the h2print command.

This command is an exact replica of the print command as it exists in Halo 2’s Sapien editor. All messages are lowercase, and spaces are not supported. It also lacks any color overrides. You can have messages in any color - as long as it’s green.

Public Functions

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