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

7 lines
206 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