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