Globally used console related types. More...
Go to the source code of this file.
Enumerations | |
enum | IConsoleModes { ICONSOLE_FULL, ICONSOLE_OPENED, ICONSOLE_CLOSED } |
Modes of the in-game console. More... | |
enum | ConsoleColour { CC_DEFAULT = 1, CC_ERROR = 3, CC_WARNING = 13, CC_INFO = 8, CC_DEBUG = 5, CC_COMMAND = 2, CC_WHITE = 12 } |
Colours of the console messages. More... |
Globally used console related types.
Definition in file console_type.h.
enum ConsoleColour |
Colours of the console messages.
Definition at line 23 of file console_type.h.
enum IConsoleModes |
Modes of the in-game console.
ICONSOLE_FULL |
In-game console is closed. |
ICONSOLE_OPENED |
In-game console is opened, upper 1/3 of the screen. |
ICONSOLE_CLOSED |
In-game console is opened, whole screen. |
Definition at line 16 of file console_type.h.