Files
wow_Meta/api/GetLatestUpdatedStats.lua
2025-05-04 14:35:26 +02:00

6 lines
320 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