7 lines
231 B
Lua
7 lines
231 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---@return boolean isTracked
|
|
---Returns whether an achievement is flagged for display in the objectives tracker UI
|
|
function IsTrackedAchievement(id) end
|