Returns whether a quest from the quest log is listed in the objectives tracker
See also Quest functions, Objectives tracking functions.
Signature:
isWatched
=
IsQuestWatched(questIndex)
Arguments:
questIndex
- Index of a quest in the quest log (between 1 andGetNumQuestLogEntries()
) (number
)
Returns:
isWatched
- 1 if the quest is being watched; otherwise nil (1nil
)