Method | Description | |
---|---|---|
AddAutocompleteSource ( AutoCompleteSourceDelegate d ) : void | ||
ConsoleInput ( ) : System |
Add event handlers on creation
|
Method | Description | |
---|---|---|
OnCommandSent ( string s ) : void | ||
ProcessCmdKey ( |
Override default key handling to catch tab keys, and run autocompletion upon tab press.
|
Method | Description | |
---|---|---|
AutoComplete ( ) : void |
Auto complete a player name or command (if there's 1 option) or show a list of possibilities
|
|
AutoCompleteFromContextMenu ( object sender, |
Auto complete a command or name from the context menu
|
|
HandleKeyUp ( object sender, |
Handle a keypress
|
|
HistoryGoDown ( ) : void | ||
HistoryGoUp ( ) : void | ||
ProcessHandler_ServerStarted ( ) : void |
Gain focus on server start
|
|
ResetContextMenu ( ) : void |
Reset the context menu
|
|
SubmitCommand ( ) : void |
Raise the commandsent event and reset the text
|
|
getAutoCompleteContent ( ) : List |
public AddAutocompleteSource ( AutoCompleteSourceDelegate d ) : void | ||
d | AutoCompleteSourceDelegate | |
return | void |
protected ProcessCmdKey ( |
||
msg | ||
keyData | Keys | |
return | bool |