Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns information about a quest in the player's quest log.

info = C_QuestLog.GetInfo(questLogIndex)

Arguments

questLogIndex
number

Returns

info
QuestInfo?
Field Type Description
title string The title of the quest
questLogIndex number
questID number
campaignID number?
level number The level of the quest
difficultyLevel number
suggestedGroup number If designed for more than one player, the number of players suggested to complete the quest.
Otherwise, it is 0
frequency Enum.QuestFrequency?
isHeader boolean Whether the entry is a header
useMinimalHeader boolean Added in 10.0.2
isCollapsed boolean Whether the entry is a collapsed header
startEvent boolean
isTask boolean
isBounty boolean
isStory boolean
isScaling boolean
isOnMap boolean
hasLocalPOI boolean
isHidden boolean Whether the quest is not visible inside the player's quest log
isAutoComplete boolean
overridesSortOrder boolean
readyForTranslation boolean? = true
isLegendarySort boolean Added in 10.1.0
Enum.QuestFrequency
Value Field Description
0 Default
1 Daily
2 Weekly

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_QuestLog.GetInfo()
WoW Icon update Patch 1.0.0 (2004-10-08): Added as GetQuestLogTitle()

Advertisement