Difference between revisions of "AlertDialog:hide"
From GiderosMobile
m |
m |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Hides the alert dialog. | Hides the alert dialog. | ||
− | |||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
AlertDialog:hide() | AlertDialog:hide() | ||
</source> | </source> | ||
− | |||
{{AlertDialog}} | {{AlertDialog}} |
Revision as of 14:48, 8 June 2023
Available since: Gideros 2012.8
Class: AlertDialog
Description
Hides the alert dialog.
AlertDialog:hide()