Files
wow_Meta/api/GetTotalAchievementPoints.lua
2025-05-04 15:15:00 +02:00

8 lines
215 B
Lua

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