Module gma.gui
GUI-related GMA LUA functions
Functions
gma.gui.confirm (title, message) | Get user confirmation
WARNING!!! Calling this function on version 3.1.2.5 may hang your console! Prompt user to confirm. |
gma.gui.msgbox (title, message) | Show a notice to user |
Functions
- gma.gui.confirm (title, message)
-
Get user confirmation
WARNING!!! Calling this function on version 3.1.2.5 may hang your console!
Prompt user to confirm.
Requires a minimum grandMA2 version of 3.2. Removed in GMA v3.1.2.5.
Parameters:
Returns:
-
boolean
true when clicking ok, nil otherwise
- gma.gui.msgbox (title, message)
-
Show a notice to user
Parameters: