Application:isPlayerMode

From GiderosMobile
Revision as of 17:52, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

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.

<syntaxhighlight lang="lua"> application:isPlayerMode() </source>