Skip to main content

SilentCommandSender

class ThaumielMapEditor.Commands

Overview​

Properties​

NameTypeAccessDescription
FullPermissionsboolgetNo description
KickPowerbytegetNo description
NicknamestringgetNo description
PermissionsUInt64getNo description
SenderIdstringgetNo description

Methods​

SignatureReturnsDescription
Available()boolNo description
Print(string)voidNo description
RaReply(string, bool, bool, string)voidNo description
Respond(string, bool)voidNo 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​

NameTypeDescription
textstring

RaReply​

RaReply
public void RaReply(
string text,
bool success,
bool logToConsole,
string overrideDisplay
)

Parameters​

NameTypeDescription
textstring
successbool
logToConsolebool
overrideDisplaystring

Respond​

Respond
public void Respond(
string message,
bool success
)

Parameters​

NameTypeDescription
messagestring
successbool