Difference between revisions of "Application:exit"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
application:exit()
 
application:exit()
</source>
+
</syntaxhighlight>
  
 
{{Application}}
 
{{Application}}

Revision as of 17:35, 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.

<source lang="lua"> application:exit() </syntaxhighlight>