Returns information about objectives for a quest in the quest log


See also Quest functions.

Signature:

text, type, finished = GetQuestLogLeaderBoard(objective [, questIndex])

Arguments:

Returns:

  • text - Text of the objective (e.g. "Gingerbread Cookie: 0/5") (string)

  • type - Type of objective (string)

    • event - Requires completion of a scripted event
    • item - Requires collecting a number of items
    • monster - Requires slaying a number of NPCs
    • object - Requires interacting with a world object
    • reputation - Requires attaining a certain level of reputation with a faction

  • finished - 1 if the objective is complete; otherwise nil (1nil)