Grab
ThaumielMapEditor.Commands.Admin
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
Aliases | string[] | get | No description |
Description | string | get | No description |
Name | string | get | No description |
RequiredArgsCount | int | get | No description |
RequiredPermission | string | get | No description |
VisibleArgs | string | get | No description |
Methods​
| Signature | Returns | Description |
|---|---|---|
Execute(ArraySegment<string>, ICommandSender, String&) | bool | No description |
GrabCoroutine(Player, SchematicData) | IEnumerator<float> | No description |
Properties​
Aliases​
Type: string[] Access: get
Description​
Type: string Access: get
Name​
Type: string Access: get
RequiredArgsCount​
Type: int Access: get
RequiredPermission​
Type: string Access: get
VisibleArgs​
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
GrabCoroutine​
GrabCoroutine
public IEnumerator<float> GrabCoroutine(
Player player,
SchematicData schematic
)
Parameters​
| Name | Type | Description |
|---|---|---|
player | Player | |
schematic | SchematicData |
Returns​
IEnumerator<float>