Last updated
Last updated
RemoveChat
Removes the chat from the chat box.
UpdateText
[INTERNAL] Updates the text component of this chat so that it can be display.
UpdateVisibility
[INTERNAL] Updates the stored visibility calculations of the chat.
IsVisible
bool
Returns the current state of this chat being visible.
Username
string
The exact username that was provided when registering a chat. If the provided username contained a number, this string includes that number for reference.
DisplayUsername
string
The display username. If the username provided when registering a chat contained a number, then this string will be just the name portion, excluding the associated number.
Message
string
The exact string value provided to the chat box for the message.
DisplayMessage
string
The modified string value with all the users options applied to it so that it looks correct.
The ChatInformation class stores all the information about the chat that was registered to the chat box.