6 lines
232 B
Lua
6 lines
232 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 |