WebAdminClient

Undocumented in source.

Constructors

this
this(Socket socket, string language)
Undocumented in source.

Members

Functions

receive
ubyte[] receive()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(string packet, JSONValue[string] data)
Undocumented in source. Be warned that the author may not have intended to support it.
sendAddPlayer
void sendAddPlayer(PlayerSession player)
Undocumented in source. Be warned that the author may not have intended to support it.
sendAddWorld
void sendAddWorld(World world)
Undocumented in source. Be warned that the author may not have intended to support it.
sendLanguage
void sendLanguage(string[string] messages)
Undocumented in source. Be warned that the author may not have intended to support it.
sendLog
void sendLog(Message[] messages, int commandId, int worldId)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRemovePlayer
void sendRemovePlayer(PlayerSession player)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRemoveWorld
void sendRemoveWorld(World world)
Undocumented in source. Be warned that the author may not have intended to support it.
sendSettings
void sendSettings(HubServer server)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
uint id;
Undocumented in source.
language
string language;
Undocumented in source.

Meta