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

6 lines
212 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param guild bool
---@return number points
---Returns the player's total achievement points earned
function GetTotalAchievementPoints(guild) end