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