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:

  • title string Title of the prompt.
  • message string Message of the prompt.

Returns:

    boolean true when clicking ok, nil otherwise
gma.gui.msgbox (title, message)
Show a notice to user

Parameters:

  • title string Title of the message box.
  • message string Message of the notice.
generated by LDoc 1.4.6 Last updated 2019-05-03 22:15:32