Returns whether a quest is completed by the player or not


See also Quest functions.

Signature:

isCompleted = IsQuestFlaggedCompleted(questID)

Arguments:

  • questID - The quest ID to be queried (number)

Returns:

  • isCompleted - 1 if the quest is completed, otherwise nil (1nil)

Examples:

isCompleted = IsQuestFlaggedCompleted(30996)