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

6 lines
262 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param level number
---@return table color
---Returns a table of color values indicating the difficulty of a quest's level as compared to the player's
function GetQuestDifficultyColor(level) end