Property | Type | Description | |
---|---|---|---|
CaseSensitive | bool | ||
Description | string | ||
MaxArgs | int | ||
MinArgs | int | ||
Name | string | ||
RequiresArgs | bool | ||
UsageText | string |
Method | Description | |
---|---|---|
ChatCommand ( string name, string description, string usageText, bool requiresArgs, bool caseSensitive, int minArgs, int maxArgs ) : System | ||
Run ( string args, List |
public ChatCommand ( string name, string description, string usageText, bool requiresArgs, bool caseSensitive, int minArgs, int maxArgs ) : System | ||
name | string | |
description | string | |
usageText | string | |
requiresArgs | bool | |
caseSensitive | bool | |
minArgs | int | |
maxArgs | int | |
return | System |
public abstract Run ( string args, List |
||
args | string | |
splitArgs | List |
|
return | void |