Files
wow-weakauras/Meta/api/IsQuestWatched.lua
2024-11-07 23:12:37 +01:00

6 lines
240 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param questIndex number
---@return 1nil isWatched
---Returns whether a quest from the quest log is listed in the objectives tracker
function IsQuestWatched(questIndex) end