C_GossipInfo.GetActiveQuests

From Warcraft Wiki
Jump to navigation Jump to search

Returns the quests which can be turned in at a quest giver.

info = C_GossipInfo.GetActiveQuests()

Returns

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

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Changed to C_GossipInfo.GetActiveQuests() and returns structured data.
WoW Icon update.png Patch 1.0.0 (2004-10-08): Added as GetGossipActiveQuests()