Property | Type | Description | |
---|---|---|---|
Alias_f | void | ||
Cmd | System | ||
Echo_f | void | ||
Exec_f | void | ||
Find | xcommand_t | ||
FindAlias | string | ||
StuffCmds_f | void |
Method | Description | |
---|---|---|
Add ( string name, xcommand_t function ) : void | ||
Argv ( int arg ) : string | ||
Complete ( string partial ) : string[] | ||
ExecuteString ( string text, cmd_source_t src ) : void | ||
Exists ( string name ) : bool | ||
ForwardToServer ( ) : void | ||
Init ( ) : void | ||
JoinArgv ( ) : string | ||
TokenizeString ( string text ) : void |
Method | Description | |
---|---|---|
Alias_f ( ) : void | ||
Cmd ( ) : System | ||
Echo_f ( ) : void | ||
Exec_f ( ) : void | ||
Find ( string name ) : xcommand_t | ||
FindAlias ( string name ) : string | ||
StuffCmds_f ( ) : void |
Cmd_StuffCmds_f Adds command line parameters as script statements Commands lead with a +, and continue until a - or another + quake +prog jctest.qp +cmd amlev1 quake -nosound +cmd amlev1
|
public static Add ( string name, xcommand_t function ) : void | ||
name | string | |
function | xcommand_t | |
return | void |
public static Complete ( string partial ) : string[] | ||
partial | string | |
return | string[] |
public static ExecuteString ( string text, cmd_source_t src ) : void | ||
text | string | |
src | cmd_source_t | |
return | void |
public static TokenizeString ( string text ) : void | ||
text | string | |
return | void |