Files
wow_Meta/api/GetQuestWatchIndex.lua
2025-05-04 15:15:00 +02:00

8 lines
260 B
Lua

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