Returns information about objectives for a quest in the quest log
See also Quest functions.
Signature:
text, type, finished = GetQuestLogLeaderBoard(objective [, questIndex])
Arguments:
objective- Index of a quest objective (between 1 andGetNumQuestLeaderBoards()) (number)questIndex- Index of a quest in the quest log (between 1 andGetNumQuestLogEntries()); if omitted, defaults to the selected quest (number)
Returns:
text- Text of the objective (e.g. "Gingerbread Cookie: 0/5") (string)type- Type of objective (string)event- Requires completion of a scripted eventitem- Requires collecting a number of itemsmonster- Requires slaying a number of NPCsobject- Requires interacting with a world objectreputation- Requires attaining a certain level of reputation with a faction
finished- 1 if the objective is complete; otherwise nil (1nil)