Console

overlay debug console

Constructors

this
this()

create a debug console

Members

Functions

process_command
void process_command(string cmd, string[] args)

process a command in the console

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Command
struct Command

represents a command for the debug console

Variables

commands
Command[string] commands;

console commands

key
Keys key;

the key that opens the console

key_char
char key_char;

the character representation of the console key

open
bool open;

whether the console is open

Meta