![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
choiceInfo = C_PlayerChoice.GetCurrentPlayerChoiceInfo()
Returns[]
- choiceInfo
- PlayerChoiceInfo
| Field | Type | Description |
|---|---|---|
| objectGUID | string | |
| choiceID | number | |
| questionText | string | |
| pendingChoiceText | string | |
| uiTextureKit | string | |
| hideWarboardHeader | boolean | |
| keepOpenAfterChoice | boolean | |
| options | PlayerChoiceOptionInfo[] | |
| soundKitID | number? | |
| closeUISoundKitID | number? |
|
|
| Value | Field | Description |
|---|---|---|
| 0 | Common | |
| 1 | Uncommon | |
| 2 | Rare | |
| 3 | Epic |
| Field | Type | Description |
|---|---|---|
| id | number | |
| text | string | |
| disabled | boolean | |
| confirmation | string? | |
| tooltip | string? | |
| rewardQuestID | number? | |
| soundKitID | number? |
Patch changes[]
Patch 9.2.0 (2022-02-22): Added pendingChoiceText, closeUISoundKitID fields.
Patch 9.1.5 (2021-11-02): Added objectGUID field.
Patch 9.1.0 (2021-06-29): Added rewardInfo, buttons and isCurrencyContainer fields.
Patch 9.1.0 (2021-06-29): Added. Replaces C_PlayerChoice.GetPlayerChoiceInfo, C_PlayerChoice.GetPlayerChoiceOptionInfo and C_PlayerChoice.GetPlayerChoiceRewardInfo
