Difference between revisions of "AlertDialog:show"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 6: Line 6:
 
<source lang="lua">
 
<source lang="lua">
 
AlertDialog:show()
 
AlertDialog:show()
</source>
+
</syntaxhighlight>
  
 
{{AlertDialog}}
 
{{AlertDialog}}

Revision as of 17:55, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Shows the alert dialog. <source lang="lua"> AlertDialog:show() </syntaxhighlight>