8 lines
281 B
Lua
8 lines
281 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
---@meta
|
||
|
||
---@return number total
|
||
---@return number completed
|
||
---Returns the number of achievements earned by the comparison unit. Does not include Feats of Strength.
|
||
function GetNumComparisonCompletedAchievements() end
|