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

8 lines
295 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