Class CreateCommandObjectCommand

Inheritance Relationships

Base Type

Class Documentation

class CreateCommandObjectCommand : public Blam::Console::ConsoleCommand

Class for the create_cmd_obj command.

This is a command pulled from the original and hacky ImGUI console implementation. It originally would be used for testing CommandScript, a planned simplification of BlamScript. CommandScript is currently planned to remain unused as it serves no real purpose. Future script based commands will be handled exclusively by BlamScript.

Public Functions

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