Kick

Kicks a player from the node and the whole server. When a player is disconnected from the node using this packet the hub will not send the Remove packet.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
hubId
uint hubId;

Player to be kicked.

parameters
string[] parameters;

Optional parameters for the translation (Only for java clients).

reason
string reason;

Reason of the disconnection that will be displayed in the client's disconnection screen.

translation
bool translation;

Whether the previous string should be translated client-side or not.

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta