Enum CommandType

Enum Documentation

enum Blam::Console::CommandType

Used to indicate the type of command.

Values:

Builtin

A command that is hard-coded into the engine.

Script

A command that originates from a BlamScript.

Global

A command that is used to modify a global. No longer serves any use as globals can be modified in console without any extra functionality.

Other

Currently unused.