TMETag
ThaumielMapEditor.Commands.Client
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
Aliases | string[] | get | No description |
Command | string | get | No description |
Description | string | get | No description |
Methods​
| Signature | Returns | Description |
|---|---|---|
Execute(ArraySegment<string>, ICommandSender, String&) | bool | No description |
Properties​
Aliases​
Type: string[] Access: get
Command​
Type: string Access: get
Description​
Type: string Access: get
Methods​
Execute​
Execute
public bool Execute(
ArraySegment<string> arguments,
ICommandSender sender,
String& response
)
Parameters​
| Name | Type | Description |
|---|---|---|
arguments | ArraySegment<string> | |
sender | ICommandSender | |
response | String& |
Returns​
bool