Files
wow_Meta/api/IsQuestWatched.lua
2025-05-04 14:35:26 +02:00

7 lines
234 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