Difference between revisions of "MessageBox"
Jump to navigation
Jump to search
prominent links to tutorial and style suggestions
imported>Quetzilla m (→See Also) |
imported>Quetzilla (prominent links to tutorial and style suggestions) |
||
Line 15: | Line 15: | ||
This function sends the value -1 to the GetButtonPressed function while the window is still open, until the player selects a button. | This function sends the value -1 to the GetButtonPressed function while the window is still open, until the player selects a button. | ||
==Notes== | |||
*For info on how to create working menus see [[MessageBox Tutorial]]. | |||
*When creating menus for mods it can be helpful to standardize how information and choices are displayed. See [[Standard Menu UI]] for some helpful suggestions. | |||
== Displaying Variables == | == Displaying Variables == | ||
Line 39: | Line 43: | ||
* [[GetButtonPressed]] | * [[GetButtonPressed]] | ||
* [[MessageBox Tutorial]] | * [[MessageBox Tutorial]] | ||
* [[Standard Menu UI]] | |||
[[Category: Functions]] | [[Category: Functions]] |