GetQuestID

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 4.0.1 / 1.13.2

Returns the ID of the displayed quest at a quest giver.

questID = GetQuestID()

Returns

questID
number - quest ID of the offered/discussed quest.

Details

  • Only returns proper (non-zero) values:
after QUEST_DETAIL for offered quests and QUEST_PROGRESS / QUEST_COMPLETE for accepted quests.
before QUEST_FINISHED.
  • This function is not related to your quest log.