7 lines
352 B
Lua
7 lines
352 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
---@meta
|
||
|
||
---@return list ...
|
||
---Returns a list of the comparison unit's latest updated statistics. Currently always returns a list of invalid statistic IDs -- the "latest updated statistics" feature is no longer a part of the Achievements UI.
|
||
function GetLatestUpdatedComparisonStats() end
|