7 lines
217 B
Lua
7 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return list ...
|
|
---Returns numeric IDs of the achievements flagged for display in the objectives tracker UI
|
|
function GetTrackedAchievements() end
|