Difference between revisions of "AlertDialog:hide"

From GiderosMobile
m
m
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Hides the alert dialog.
 
Hides the alert dialog.
<br/>
 
 
 
<source lang="lua">
 
<source lang="lua">
 
AlertDialog:hide()
 
AlertDialog:hide()
 
</source>
 
</source>
 
  
 
{{AlertDialog}}
 
{{AlertDialog}}

Revision as of 15:48, 8 June 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Hides the alert dialog.

AlertDialog:hide()