6 lines
252 B
Lua
6 lines
252 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 |