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__ | ||
− | + | '''Available since:''' Gideros 2017.8<br/> | |
− | ''' | + | '''Class:''' [[Screen]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Opens a screen of the specified platform dependant type id. | |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Screen.new(id) | |
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | '''id''': (number) | + | For desktop exports, set id to 0. |
+ | |||
+ | === Parameters === | ||
+ | '''id''': (number) the kind of screen to open, platform dependant<br/> | ||
+ | |||
+ | {{Screen}} |
Latest revision as of 14: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