Method | Description | |
---|---|---|
AppendArg ( string text ) : void | ||
Clear ( ) : void | ||
Get ( int idx ) : string |
Gets the argument at the specified index.
|
|
Get ( int start, int end ) : string |
Gets the specified range as a single string.
|
|
Get ( int start, int end, bool escapeArgs ) : string |
Gets the specified range as a single string.
|
|
ToString ( ) : string | ||
TokenizeString ( string text, bool keepAsStrings ) : void |
Takes a string and breaks it up into arg tokens.
|
|
idCmdArgs ( ) : System | ||
idCmdArgs ( string text, bool keepAsStrings ) : System |
public Get ( int start, int end, bool escapeArgs ) : string | ||
start | int | |
end | int | |
escapeArgs | bool | |
return | string |
public TokenizeString ( string text, bool keepAsStrings ) : void | ||
text | string | |
keepAsStrings | bool | true to only seperate tokens from whitespace and comments, ignoring punctuation. |
return | void |
public idCmdArgs ( string text, bool keepAsStrings ) : System | ||
text | string | |
keepAsStrings | bool | |
return | System |