Enum MenuItemType

Enum Documentation

enum Blam::DebugMenu::MenuItemType

Menu item type enumerator.

Values:

Executor

Runs a console command upon activation.

ExecSequence

Runs a sequence of console commands upon activation.

One command is run per activation. After initial activation, the second activation will run the second command in the sequence. Upon reaching the end of the sequence, the next activation will run the command at the start of the sequence.

Global

Modifies an engine global upon activation.

Submenu

Enters into a submenu/subscreen upon activation.

Unknown

Fallback in the event that debug_menu_init contained an invalid option.