Lua:messageDialog

From Cheat Engine
Revision as of 18:21, 24 February 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' messageDialog(''Text'', ''Type'', ''Button'', ...) Displays a messagebox of a specific type with a variable amount of buttons at the center of the screen with the…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function messageDialog(Text, Type, Button, ...)

Displays a messagebox of a specific type with a variable amount of buttons at the center of the screen with the provided text.

Returns: ButtonResult

Function Parameters

Parameter Type Description
Text String The message to show
Type DialogType The type of the messagebox.
Button ButtonType The kind of button. There can be multiple buttons provided


See also