Text.Chat

Chat message sent by the player to the server. If sent from the server it will display as <sender> message.

Constructors

this
this()
Undocumented in source.
this
this(string sender, string message)
Undocumented in source.

Members

Functions

decode
void decode()
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte[] encode()
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

FIELDS
enum string[] FIELDS;
Undocumented in source.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
message
string message;

Message sent by the player. It should be unformatted (regular expression: §[a-fA-F0-9k-or]) before being processed as chat message by the server.

sender
string sender;

Case sensitive name of the player that has sent the message.

Meta