* @static autoPlay - Enable or disable the autoplay feature which allows the * game to play itself (of sorts), it will go through the dialogs alone but * will wait when user interaction is needed. * * @param {boolean} enable - Wether the auto play feature will be enabled (true) * or d
(enable: boolean)
| 1897 | * or disabled (false); |
| 1898 | */ |
| 1899 | static autoPlay (enable: boolean): void { |
| 1900 | return _autoPlay(this.asEngine(), enable); |
| 1901 | } |
| 1902 | |
| 1903 | /** |
| 1904 | * @static distractionFree - Enable or disable the distraction free mode |