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

Method skip

src/monogatari.ts:2100–2102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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);

Callers 2

setupMethod · 0.95
resetGameFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected