Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns information about an offered quest choice option.

info = C_PlayerChoice.GetPlayerChoiceOptionInfo(optionIndex)

Arguments[]

optionIndex
number

Returns[]

info
PlayerChoiceOptionInfo
Key Type Description
id number
responseIdentifier number
buttonText string
description string
header string
choiceArtID number
confirmation string?
widgetSetID number?
disabledButton boolean
desaturatedArt boolean
disabledOption boolean
groupID number?
headerIconAtlasElement string?
subHeader string?
buttonTooltip string?
rewardQuestID number?
soundKitID number?
hasRewards boolean
rarity Enum.PlayerChoiceRarity
rarityColor ColorMixin?
typeArtID number?
uiTextureKit string?
spellID number?
maxStacks number
Enum.PlayerChoiceRarity
Value Key Description
0 Common
1 Uncommon
2 Rare
3 Epic

Patch changes[]

  • Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_PlayerChoice.GetPlayerChoiceOptionInfo()
  • Battle for Azeroth Patch 8.1.0 (2018-12-11): Moved to C_QuestChoice.GetQuestChoiceOptionInfo()
  • Mists of Pandaria Patch 5.2.0 (2013-03-05): Added as GetQuestChoiceOptionInfo()
Advertisement