Difference between revisions of "Application:isPlayerMode"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2015.03.22<br/>
 
'''Available since:''' Gideros 2015.03.22<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate>Returns true if app is ran on Gideros player and false, if it is ran as stand alone app</translate>
+
Returns true if app is ran on Gideros player and, false if it is ran as stand alone app.
<source lang="lua">
+
 
Application:isPlayerMode()
+
<syntaxhighlight lang="lua">
</source>
+
application:isPlayerMode()
 +
</syntaxhighlight>
 +
 
 +
{{Application}}

Latest revision as of 17:55, 12 July 2023

Available since: Gideros 2015.03.22
Class: Application

Description

Returns true if app is ran on Gideros player and, false if it is ran as stand alone app.

application:isPlayerMode()