UI (functions): Revision history

From PMDOWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2026

  • curprev 03:5203:52, 18 January 2026 Imbion talk contribs 1,088 bytes −22,164 Replaced content with "{{Hat Note|More functions: Script Reference''}} The UI functions control UI elements, such as textboxes. Each UI function is run by using <code>UI:[function]</code> == Textbox == {{subpage|UI (functions)/Textbox}} {{:UI (functions)/Textbox/Table}} === Textbox Settings === {{subpage|UI (functions)/Textbox Settings}} {{:UI (functions)/Textbox Settings/Table}} == Background == {{subpage|UI (functions)/Background}} {{:UI (functions)/Background/Table}} == Speaker..." Tag: Replaced

17 January 2026

8 December 2025

26 November 2025

  • curprev 19:1719:17, 26 November 2025 Imbion talk contribs 20,915 bytes +20,915 Created page with "{{Cleanup}} == UI:WaitInput == Waits for the player to press a button before continuing. == UI:WaitShowDialogue == Displays a dialogue box with text, waiting until the player completes it. Takes a string as an argument. === Arguments === * <code>text</code>: The text to display. * <code>callbacks</code>: The Lua table of callbacks for the textbox to call. === Example === <pre> UI:WaitShowDialogue("Hello World!") </pre> == UI:WaitShowTimedDialogue == Displ..."