Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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[]
Patch 9.0.1 (2020-10-13): Changed to C_GossipInfo.GetActiveQuests()
and returns structured data.
Patch 1.0.0 (2004-10-08): Added as GetGossipActiveQuests()