Files
wow_Meta/api/GetTotalAchievementPoints.lua
2024-12-16 13:13:08 +01:00

6 lines
207 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