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

7 lines
303 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param categoryID number
---@param includeSubCategories boolean
---@return number total
---Returns the number of achievement points obtained in this category
function GetCategoryAchievementPoints(categoryID, includeSubCategories) end