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

6 lines
226 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return number questIndex
---Returns the quest log index of a quest in the objectives tracker
function GetQuestIndexForWatch(index) end