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

7 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param chatType string
---@param colorByName boolean
---Sets whether the player names should be colored by class for a given chat type
function SetChatColorNameByClass(chatType, colorByName) end