C_QuestLog.IsQuestReplayable

From Warcraft Wiki
Jump to navigation Jump to search

Identifies if a quest is eligible for replay with party members who have not yet completed it.

isReplayable = C_QuestLog.IsQuestReplayable(questID)

Arguments

questID
number - Unique identifier for a quest, corresponding to the middle portion of a QuestString

Returns

isReplayable
boolean

Patch changes

Battle for Azeroth Patch 8.2.5 (2019-09-24): Added.