Difference between revisions of "AlertDialog:show"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Shows the alert dialog.
 
Shows the alert dialog.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
AlertDialog:show()
 
AlertDialog:show()
</source>
+
</syntaxhighlight>
  
 
{{AlertDialog}}
 
{{AlertDialog}}

Latest revision as of 18:21, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Shows the alert dialog.

AlertDialog:show()