Difference between revisions of "Application:isPlayerMode"

From GiderosMobile
m
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2015.03.22<br/>
<languages />
+
'''Class:''' [[Application]]<br/>
'''<translate>Available since</translate>:''' Gideros 2015.03.22
+
 
<br/>
+
=== Description ===
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
+
Returns true if app is ran on Gideros player and, false if it is ran as stand alone app.
<br/>
+
 
=== <translate>Description</translate> ===
 
<translate>Returns true if app is ran on Gideros player and false, if it is ran as stand alone app</translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
application:isPlayerMode()
 
application:isPlayerMode()
 
</source>
 
</source>
<br/>
+
 
<br/>
+
{{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()