SilentCommandSender
ThaumielMapEditor.Commands
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
FullPermissions | bool | get | No description |
KickPower | byte | get | No description |
Nickname | string | get | No description |
Permissions | UInt64 | get | No description |
SenderId | string | get | No description |
Methods​
| Signature | Returns | Description |
|---|---|---|
Available() | bool | No description |
Print(string) | void | No description |
RaReply(string, bool, bool, string) | void | No description |
Respond(string, bool) | void | No description |
Properties​
FullPermissions​
Type: bool Access: get
KickPower​
Type: byte Access: get
Nickname​
Type: string Access: get
Permissions​
Type: UInt64 Access: get
SenderId​
Type: string Access: get
Methods​
Available​
Available
public bool Available()
Returns​
bool
Print​
Print
public void Print(string text)
Parameters​
| Name | Type | Description |
|---|---|---|
text | string |
RaReply​
RaReply
public void RaReply(
string text,
bool success,
bool logToConsole,
string overrideDisplay
)
Parameters​
| Name | Type | Description |
|---|---|---|
text | string | |
success | bool | |
logToConsole | bool | |
overrideDisplay | string |
Respond​
Respond
public void Respond(
string message,
bool success
)
Parameters​
| Name | Type | Description |
|---|---|---|
message | string | |
success | bool |