* @static skip - Enable or disable the skip mode which is similar to auto * play but simply skips fast through the game. * * @param {boolean} enable - Wether it should be enabled (true) or disabled (false)
(enable: boolean)
| 2098 | * @param {boolean} enable - Wether it should be enabled (true) or disabled (false) |
| 2099 | */ |
| 2100 | static skip (enable: boolean): void { |
| 2101 | return _skip(this.asEngine(), enable); |
| 2102 | } |
| 2103 | |
| 2104 | static showScreen (screen: string): void { |
| 2105 | return _showScreen(this.asEngine(), screen); |