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

6 lines
257 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param questLogIndex number
---@return number questWatchIndex
---Returns the quest watch (objective tracker) index of a quest in the quest log
function GetQuestWatchIndex(questLogIndex) end