public class Chat
extends Object
Modifier and Type | Method and Description |
---|---|
void |
trChatHistoryClear()
Forces the chat history to reset.
|
bool |
trChatHistoryContains(string text,
int playerID)
Returns whether or not the current chat history contains this text of the given player.
|
void |
trChatSend(int fromID,
string message)
Changes the chat status.
|
void |
trChatSendSpoofed(int fromID,
string message)
Changes the chat status, but does not append player.
|
void |
trChatSendSpoofedToPlayer(int fromID,
int toID,
string message)
Changes the chat status, but does not append player.
|
void |
trChatSendToPlayer(int fromID,
int toID,
string message)
Changes the chat status for one specific player.
|
void |
trChatSetStatus(bool on)
Changes the chat status.
|
public void trChatHistoryClear()
public bool trChatHistoryContains(string text, int playerID)
public void trChatSend(int fromID, string message)
public void trChatSendSpoofed(int fromID, string message)
public void trChatSendSpoofedToPlayer(int fromID, int toID, string message)
public void trChatSendToPlayer(int fromID, int toID, string message)
public void trChatSetStatus(bool on)