![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
This is no longer a part of the World of Warcraft API.
|
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 |
| Value | Key | Description |
|---|---|---|
| 0 | Common | |
| 1 | Uncommon | |
| 2 | Rare | |
| 3 | Epic |
Patch changes[]
Patch 9.0.1 (2020-10-13): Moved to C_PlayerChoice.GetPlayerChoiceOptionInfo()
Patch 8.1.0 (2018-12-11): Moved to C_QuestChoice.GetQuestChoiceOptionInfo()
Patch 5.2.0 (2013-03-05): Added as GetQuestChoiceOptionInfo()
