A list of all the public methods in the UltimateChatBox class.
RegisterChat
Registers the provided information to the chat box so that it will be displayed to the player.
Enable
Enables the chat box.
Disable
Disables the chat box.
ClearChat
Clears the chat box of all entries.
EnableInputField
Enables the input field so that the player can input text.
ToggleInputField
Toggles the state of the input field.
DisableInputField
Disables the input field so that text cannot be input by the player.
SendCustomInput
Sends custom input values to the Ultimate Chat Box to process.
FindChatsFromUser
Returns all the chats that have been registered with the targeted username.
FindChatsOfStyle
Returns all the registered chats that are using the provided style.
UpdatePositioning
Updates the positioning of the chat box on the screen.
Last updated 2 years ago