C_GossipInfo.GetAvailableQuests

From Warcraft Wiki
Jump to navigation Jump to search

Returns the available quests at a quest giver.

info = C_GossipInfo.GetAvailableQuests()

Returns

info
GossipQuestUIInfo[]
Field Type Description
title string
questLevel number
isTrivial boolean
frequency number?
repeatable boolean?
isComplete boolean?
isLegendary boolean
isIgnored boolean
questID number

Details

  • Available quests are quests that the player does not yet have in their quest log.
  • This list is available after GOSSIP_SHOW has fired.

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_GossipInfo.GetAvailableQuests()
WoW Icon update.png Patch 1.0.0 (2004-10-08): Added as GetGossipAvailableQuests()