Returns the quest log index of a quest in the objectives tracker
See also Quest functions, Objectives tracking functions.
Signature:
questIndex
=
GetQuestIndexForWatch(index)
Arguments:
index
- Index of a quest in the list of quests on the objectives tracker (between 1 andGetNumQuestWatches()
) (number
)
Returns:
questIndex
- Index of the quest in the quest log (between 1 andGetNumQuestLogEntries()
) (number
)