Files
wow_Meta/api/GetChatTypeIndex.lua
2025-05-04 15:15:00 +02:00

8 lines
418 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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