Difference between revisions of "Application:exit"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.2.2<br/>
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
+
 
=== <translate>Description</translate> ===
+
'''Class:''' [[Application|Application]]<br/>
<translate><br />
+
 
Terminates the application. Although this function is available to all platforms, it should be used on Android only.<br />
+
=== Description ===
<br /></translate>
+
Terminates the application. Although this function is available to all platforms, it should be used on Android only.
<source lang="lua">
+
 
Application:exit()
+
<syntaxhighlight lang="lua">
</source>
+
application:exit()
 +
</syntaxhighlight>
 +
 
 +
{{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()