UI (functions)/Choice Menu/Table: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
Created page with "{| class="wikitable" |- ! 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. |- |}"
 
Imbion (talk | contribs)
No edit summary
 
Line 11: Line 11:
|ChoiceMenuYesNo
|ChoiceMenuYesNo
|Ask a question answered by yes or no via character dialogue to the player.  
|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
|-
|-
|}
|}

Latest revision as of 17:17, 18 January 2026

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