Difference between revisions of "Application:exit"

From GiderosMobile
(prefixindex)
m (Text replacement - "<source" to "<syntaxhighlight")
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Terminates the application. Although this function is available to all platforms, it should be used on Android only.
 
Terminates the application. Although this function is available to all platforms, it should be used on Android only.
<br/>
 
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
application:exit()
 
application:exit()
</source>
+
</syntaxhighlight>
  
----
+
{{Application}}
{{Special:PrefixIndex/Application}}
 
<br/>
 
 
 
{{Special:PrefixIndex/Event.APPLICATION}}
 

Latest revision as of 18:21, 12 July 2023

Available since: Gideros 2012.2.2

Class: Application

Description

Terminates the application. Although this function is available to all platforms, it should be used on Android only.

application:exit()