ComplainChat
|
Reports a chat message as spam.
|
CanComplainChat
|
Returns whether a chat message can be reported as spam.
|
SetChatWindowUninteractable
|
Saves whether a chat window is marked as non-interactive.
|
SetChatWindowSize
|
Saves a chat window's font size setting.
|
SetChatWindowShown
|
Saves whether a chat window should be shown.
|
SetChatWindowName
|
Saves a chat window's display name setting.
|
SetChatWindowLocked
|
Saves whether a chat window is locked.
|
SetChatWindowDocked
|
Saves whether a chat window should be docked with the main chat window.
|
SetChatWindowColor
|
Saves a chat window's background color setting.
|
SetChatWindowAlpha
|
Saves a chat window's background opacity setting.
|
SetChatColorNameByClass
|
Sets whether the player names should be colored by class for a given chat type.
|
ResetChatWindows
|
Removes all saved chat window settings, resetting them to default values.
|
ResetChatColors
|
Removes all saved color settings for chat message types, resetting them to default values.
|
RemoveChatWindowMessages
|
Removes a message type from a chat window's list of saved message subscriptions.
|
RemoveChatWindowChannel
|
Removes a channel from a chat window's list of saved channel subscriptions.
|
RandomRoll
|
Initiates a public, server-side "dice roll"
|
LoggingChat
|
Enables or disables saving chat text to a file.
|
GetNumLanguages
|
Returns the number of languages the player character can speak.
|
GetLanguageByIndex
|
Returns the localized name of a player character language.
|
GetDefaultLanguage
|
Returns the name of the player character's default language.
|
GetChatWindowMessages
|
Returns the saved list of messages to which a chat window is subscribed.
|
GetChatWindowInfo
|
Returns the saved settings for a chat window.
|
GetChatWindowChannels
|
Returns the saved list of channels to which a chat window is subscribed.
|
GetChatTypeIndex
|
Returns the numeric index corresponding to a chat message type.
|
DoEmote
|
Performs a preset emote (with optional target)
|
ComplainChat
|
Reports a chat message as spam.
|
ChatFrame_RemoveMessageEventFilter
|
Removes a previously set chat message filter.
|
ChatFrame_GetMessageEventFilters
|
Returns the list of filters registered for a chat event.
|
ChatFrame_AddMessageEventFilter
|
Adds a function to filter or alter messages to the chat display system.
|
ChangeChatColor
|
Changes the color associated with a chat message type.
|
CanComplainChat
|
Returns whether a chat message can be reported as spam.
|
AddChatWindowMessages
|
Adds a message type to the saved list of those displayed in a chat window.
|
RemoveChatWindowChannel
|
Removes a channel from a chat window's list of saved channel subscriptions.
|
GetChatWindowChannels
|
Returns the saved list of channels to which a chat window is subscribed.
|
SendChatMessage
|
Посылает сообщение в чате
|