UI (functions)/Choice Menu/Table
From PMDOWiki
| Function | Description |
|---|---|
| SetChoiceLoc | Sets the position of the choices for a question dialog. |
| ResetChoiceLoc | Sets the position of the choices for a question dialog back to default. |
| ChoiceMenuYesNo | Ask a question answered by yes or no via character dialogue to the player. |
| BeginChoiceMenu | Marks the start of a multi-choice menu. |
| BeginMultiPageMenu | Marks the start of a multi-paged choice menu. |
| ChoiceResult | Get the result of the last choice menu |
| GetChoiceAction | (undocumented) |
| WaitForChoice | Displays the currently set choice menu and waits for the player's selection to complete. |
| __WaitForChoice | Wait for choice and then CLEAN UP m_curchoice |
