Difference between revisions of "Application:isPlayerMode"

From GiderosMobile
(4 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">
 
<source lang="lua">
Application:isPlayerMode()
+
application:isPlayerMode()
 
</source>
 
</source>
 +
 +
{{Application}}

Revision as of 01:26, 3 December 2019

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()