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

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