7 lines
219 B
Lua
7 lines
219 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number count
|
|
---Returns the number of achievements flagged for display in the objectives tracker UI
|
|
function GetNumTrackedAchievements() end
|