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

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