MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / start

Function start

code/main/main.ts:63–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 function start(): void{
64 game = new Game(gameMode);
65 Keyboard.setGame(game);
66 Saving.load(game, loadingType, loadingString);
67 game.postLoad();
68 }
69}
70
71$(document).ready(function(){

Callers 2

documentIsReadyFunction · 0.85
reloadEverythingFromFileFunction · 0.85

Calls 2

postLoadMethod · 0.80
loadMethod · 0.65

Tested by

no test coverage detected