MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / autoPlay

Method autoPlay

src/monogatari.ts:1899–1901  ·  view source on GitHub ↗

* @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)

Source from the content-addressed store, hash-verified

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

Callers 2

setupMethod · 0.95
resetGameFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected