Difference between revisions of "Screen.new"
From GiderosMobile
(removed language stuff) |
|||
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. | |
<source lang="lua"> | <source lang="lua"> | ||
− | + | Screen.new(id) | |
</source> | </source> | ||
− | === | + | |
− | '''id''': (number) | + | For desktop exports, set id to 0. |
+ | |||
+ | === Parameters === | ||
+ | '''id''': (number) the kind of screen to open, platform dependant<br/> | ||
{{Screen}} | {{Screen}} |
Revision as of 03:02, 28 April 2021
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