Difference between revisions of "Screen.new"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2017.8<br/>
 
'''Available since:''' Gideros 2017.8<br/>
 
=== Description ===
 
=== Description ===
Open a screen of the specified platform dependant type id. For desktop exports, set id to 0.
+
<translate>Open a screen of the specified platform dependant type id. For desktop exports, set id to 0.</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Screen.new(id)
 
  Screen.new(id)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''id''': (number) The kind of screen to open, platform dependant <br/>
+
'''id''': (number) <translate>The kind of screen to open, platform dependant</translate> <br/>

Revision as of 14:38, 23 August 2018

Available since: Gideros 2017.8

Description

Open a screen of the specified platform dependant type id. For desktop exports, set id to 0.

 Screen.new(id)

Parameters

id: (number) The kind of screen to open, platform dependant