Difference between revisions of "Application:isPlayerMode"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.03.22<br/> === Description === Returns true if app is ran on Gideros player and false, if it is ran as stand alone app <source la...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(8 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 ===
Returns true if app is ran on Gideros player and false, if it is ran as stand alone app
+
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 16: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()