reng v0.2.0 (2020-07-30T19:58:19Z)
Dub
Repo
Console.Command
re
ng
diag
console
Console
represents a command for the debug console
class
Console
struct
Command {
string
name
;
void
function
(
string
[])
action
;
string
help
;
}
Members
Variables
action
void
function
(
string
[])
action
;
Undocumented in source.
help
string
help
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
re
ng
diag
console
Console
constructors
this
functions
process_command
render
update
structs
Command
variables
commands
key
key_char
open
represents a command for the debug console