![]() |
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 a quest choice fork.
choiceInfo = C_PlayerChoice.GetPlayerChoiceInfo()
Returns[]
- choiceInfo
- PlayerChoiceInfo
| Key | Type | Description |
|---|---|---|
| choiceID | number | |
| questionText | string | |
| numOptions | number | |
| uiTextureKit | string | |
| soundKitID | number? | |
| hideWarboardHeader | boolean | |
| keepOpenAfterChoice | boolean |
Patch changes[]
Patch 9.0.1 (2020-10-13): Moved to C_PlayerChoice.GetPlayerChoiceInfo()
Patch 8.1.0 (2018-12-11): Moved to C_QuestChoice.GetQuestChoiceInfo()
Patch 5.2.0 (2013-03-05): Added as GetQuestChoiceInfo()
