Difference between revisions of "Screen.new"
From GiderosMobile
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2017.8<br/> | + | '''<translate>Available since</translate>:''' Gideros 2017.8<br/> | 
| − | === Description === | + | === <translate>Description</translate> === | 
| <translate>Open a screen of the specified platform dependant type id. For desktop exports, set id to 0.</translate> | <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 === | + | === <translate>Parameters</translate> === | 
| '''id''': (number) <translate>The kind of screen to open, platform dependant</translate> <br/> | '''id''': (number) <translate>The kind of screen to open, platform dependant</translate> <br/> | ||
Revision as of 07:28, 24 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 
