Method | Description | |
---|---|---|
AddCommand ( string name, string description, CommandFlags flags, EventHandler |
Registers a command and the delegate to call for it.
|
|
AddCommand ( string name, string description, CommandFlags flags, EventHandler |
Registers a command and the delegate to call for it.
|
|
ArgCompletion_ConfigName ( object sender, |
||
BufferCommandArgs ( Execute exec, |
||
BufferCommandText ( Execute exec, string text ) : void |
Adds command text to the command buffer.
|
|
BufferCommandText ( string text ) : void |
Adds command text to the command buffer.
|
|
CommandCompletion ( Predicate |
||
ExecuteCommandBuffer ( ) : void | ||
Init ( ) : void | ||
idCmdSystem ( ) : System |
Method | Description | |
---|---|---|
AppendCommandText ( string text ) : void | ||
Cmd_Echo ( object sender, |
Just prints the rest of the line to the console.
|
|
Cmd_Exec ( object sender, |
||
Cmd_ListAllCommands ( object sender, |
||
Cmd_ListGameCommands ( object sender, |
||
Cmd_ListRendererCommands ( object sender, |
||
Cmd_ListSoundCommands ( object sender, |
||
Cmd_ListSystemCommands ( object sender, |
||
Cmd_ListToolCommands ( object sender, |
||
Cmd_Parse ( object sender, |
This just prints out how the rest of the line was parsed, as a debugging tool.
|
|
Cmd_VStr ( object sender, |
Inserts the current value of a cvar as command text.
|
|
Cmd_Wait ( object sender, |
Causes execution of the remainder of the command buffer to be delayed until next frame.
|
|
ExecuteCommandText ( string text ) : void | ||
ExecuteTokenizedString ( |
||
InsertCommandText ( string text ) : void | ||
ListByFlags ( |
public AddCommand ( string name, string description, CommandFlags flags, EventHandler |
||
name | string | |
description | string | |
flags | CommandFlags | |
handler | EventHandler |
|
return | void |
public AddCommand ( string name, string description, CommandFlags flags, EventHandler |
||
name | string | |
description | string | |
flags | CommandFlags | |
handler | EventHandler |
|
completionHandler | EventHandler |
|
return | void |
public static ArgCompletion_ConfigName ( object sender, |
||
sender | object | |
e | ||
return | void |
public BufferCommandArgs ( Execute exec, |
||
exec | Execute | |
args | ||
return | void |
public BufferCommandText ( Execute exec, string text ) : void | ||
exec | Execute | |
text | string | |
return | void |
public BufferCommandText ( string text ) : void | ||
text | string | |
return | void |
public CommandCompletion ( Predicate |
||
filter | Predicate |
|
return | string[] |