Difference between revisions of "AlertDialog:hide"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Hides the alert dialog.
 
Hides the alert dialog.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
AlertDialog:hide()
 
AlertDialog:hide()
 
</source>
 
</source>
  
 
{{AlertDialog}}
 
{{AlertDialog}}

Revision as of 17:30, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

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