[This is preliminary documentation and is subject to change.]

The Chat type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ContainsInvalidChars(String)
Checks for unprintable or illegal characters in a message.
SendGlobal(Player, String)
Sends a global (white) chat.
SendMe(Player, String)
Sends an action message (/Me).
SendPM(Player, Player, String)
Sends a private message (PM). Does NOT send a copy of the message to the sender.
SendRank(Player, Rank, String)
Sends a rank-wide message (@@Rank message).
SendSay(Player, String)
Sends a global announcement (/Say).
SendStaff(Player, String)
Sends a staff message (/Staff).

See Also