UI (functions)/Textbox/Table
From PMDOWiki
| Function | Description |
|---|---|
| WaitShowDialogue | Displays a dialogue box with text, waiting until the player completes it. |
| WaitShowTimedDialogue | Displays a dialogue box with text, waiting until the specified time has expired. |
| TextDialogue | Sets the current dialogue text to be shown. Requires WaitDialog to actually display. |
| WaitShowVoiceOver | Displays a voice over, waiting until the player completes it. |
| TextVoiceOver | Sets the current voice-over text to be shown. Requires WaitDialog to actually display. |
| TextPopUp | Makes text pop up in the bottom-left corner by default. |
| WaitShowTitle | Fades in a title text, waiting until the fade-in is complete. |
| TextShowTitle | Shows text in the format of a title drop. Requires WaitDialog to actually display. |
| WaitHideTitle | Fades out the currently displayed title, waiting until the fade-out is complete. |
| TextFadeTitle | Fades out the text set in a title drop. Requires WaitDialog to actually fade. |
| WaitDialog | Displays the currently set dialogue box and waits for the player to complete it. |
| _DummyWait | Instantly break. Used as default/invalid value when returning a yieldable value. |
