Files
wow-weakauras/Meta/api/GetLatestUpdatedStats.lua
2024-11-07 23:12:37 +01:00

5 lines
324 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return list ...
---Returns a list of the player'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 GetLatestUpdatedStats() end