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

Method showMainScreen

src/monogatari.ts:1883–1885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1881
1882 // Start game automatically without going trough the main menu
1883 static showMainScreen (): void {
1884 return _showMainScreen(this.asEngine());
1885 }
1886
1887 static showSplashScreen (): void {
1888 return _showSplashScreen(this.asEngine());

Callers 1

applyMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected