Class RegenDebugMenuCommand

Inheritance Relationships

Base Type

Class Documentation

class RegenDebugMenuCommand : public Blam::Console::ConsoleCommand

Class for the regenerate_debug_menu command.

Causes the debug menu to be regnerated from debug_menu_init. All existing data is cleared, and the menu is completely rebuilt from the file.

Public Functions

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