Enum CommandStatus

Enum Documentation

enum Blam::Console::CommandStatus

Indicates the return state of a console command.

Since we aren’t able to properly define HRESULTS that compile with Message Compiler (mc.exe), we are left with this hacky thing. I mean - it works, right?

Values:

Ok

The command was run without error.

InvalidArguments

Invalid arguments (or argument types) were specified - such as providing a string in place of an int.

WrongArgumentCount

Too few or too many arguments were provided.

Unsupported

The command is a legacy command from the original ImGUI-based console that is no longer supported.