Method | Description | |
---|---|---|
Format ( |
Return a parameter format string. '-' is a short parameter and ']' uses remaining space. Returns null if it can not handle type. Target and type can be ignored if this is not a default handler. Examples: "" = No parameters "-" = One short parameter (word or text enclosed in double quotes) "]" = One parameter containing all text after Type "--]" = Two short parameters and one parameter containing the leftovers
|
|
Handle ( |
||
Handle ( |
Called when somebody uses this command. Type can be ignored if this is not a default handler.
|
Method | Description | |
---|---|---|
Command ( ) : System | ||
ReadRemaining ( |
||
ReadWord ( |
||
SkipWhiteSpace ( |
public abstract Format ( |
||
target | ||
type | string | |
return | string |
public static Handle ( |
||
target | ||
message | string | |
commandHeader | string | |
return | bool |
public abstract Handle ( |
||
target | ||
type | string | |
parameters | string | |
return | void |