Difference between revisions of "Screen.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2017.8<br/>
'''<translate>Available since</translate>:''' Gideros 2017.8<br/>
+
'''Class:''' [[Screen]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Screen|Screen]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Open a screen of the specified platform dependant type id. For desktop exports, set id to 0.</translate>
+
Opens a screen of the specified platform dependant type id.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Screen.new(id)
+
Screen.new(id)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''id''': (number) <translate>The kind of screen to open, platform dependant</translate> <br/>
+
For desktop exports, set id to 0.
 +
 
 +
=== Parameters ===
 +
'''id''': (number) the kind of screen to open, platform dependant<br/>
 +
 
 +
{{Screen}}

Latest revision as of 15:32, 13 July 2023

Available since: Gideros 2017.8
Class: Screen

Description

Opens a screen of the specified platform dependant type id.

Screen.new(id)

For desktop exports, set id to 0.

Parameters

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