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

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