Files
wow_Meta/api/GetChatTypeIndex.lua
2025-05-04 14:35:26 +02:00

7 lines
409 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