Class CrashCommand

Inheritance Relationships

Base Type

Class Documentation

class CrashCommand : public Blam::Console::ConsoleCommand

Class for the crash command.

When confirmed, will invoke a blam asseriton. For details on the blamite assertion, see BLAM_ASSERT and BLAM_ASSERTM

Public Functions

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