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

8 lines
294 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param isForGuild boolean
---@return number total
---@return number completed
---Returns the number of achievements earned by the player/guild. Does not include Feats of Strength.
function GetNumCompletedAchievements(isForGuild) end