Class Win32DialogTestCommand

Inheritance Relationships

Base Type

Class Documentation

class Win32DialogTestCommand : public Blam::Console::ConsoleCommand

Class for the win32_dialog_test command.

Legacy command from the ImGUI console, used to debug win32 window display/creation. This caused a lot of headache in the past - before, you know, I figured out what I was doing.

Public Functions

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