Files
wow-weakauras/Meta/api/GetChatTypeIndex.lua
2024-11-07 23:12:37 +01:00

6 lines
415 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param messageGroup string
---@return number index
---Returns the numeric index corresponding to a chat message type. These indices are used in the default UI to identify lines printed in a chat window, allowing (for example) their color to be changed to match changes in the player's color preferences.
function GetChatTypeIndex(messageGroup) end