9 lines
303 B
Lua
9 lines
303 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|