Property | Type | Description | |
---|---|---|---|
ConsoleParser | System | ||
FillRow | void | ||
OnBackspace | void | ||
OnDownArrow | void | ||
OnEnter | void | ||
OnEscape | void | ||
OnFrame | bool | ||
OnInsert | void | ||
OnKey | void | ||
OnLeftArrow | void | ||
OnRightArrow | void | ||
OnTab | void | ||
OnUpArrow | void | ||
ParseInputKey | void | ||
ParseLine | void | ||
RegisterCommands | void |
Method | Description | |
---|---|---|
Init ( ) : void | ||
RegisterCommand ( string commandName, ICommand command ) : void | ||
TryRegisterCommand ( string commandName, ICommand command ) : bool |
Method | Description | |
---|---|---|
ConsoleParser ( ) : System | ||
FillRow ( char c ) : void | ||
OnBackspace ( ) : void | ||
OnDownArrow ( ) : void | ||
OnEnter ( ) : void | ||
OnEscape ( ) : void | ||
OnFrame ( Mogre e ) : bool | ||
OnInsert ( ) : void | ||
OnKey ( char key ) : void | ||
OnLeftArrow ( ) : void | ||
OnRightArrow ( ) : void | ||
OnTab ( ) : void | ||
OnUpArrow ( ) : void | ||
ParseInputKey ( ) : void | ||
ParseLine ( ) : void | ||
RegisterCommands ( ) : void |
public RegisterCommand ( string commandName, ICommand command ) : void | ||
commandName | string | |
command | ICommand | |
return | void |
public TryRegisterCommand ( string commandName, ICommand command ) : bool | ||
commandName | string | |
command | ICommand | |
return | bool |