(Created page with "The SDialogue class allows you to initial dialogue messages to the player to confirm various actions. ==Members== {{ScriptFunction|void|YesNoInput|(string title, string okbut...") |
(No difference)
|
The SDialogue class allows you to initial dialogue messages to the player to confirm various actions.
Shows a yes/no dialogue box to the user, and returns the result via the result callback
Shows a text input dialogue box to the user, and returns the result via the result callback
|