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

Function documentIsReady

code/main/main.ts:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15 // Public functions
16 export function documentIsReady(): void{
17 Keyboard.execute(); // Execute the Kayboard jquery stuff
18 start(); // Start the game
19 }
20
21 export function reloadEverythingFromFile(fileContent: string): void{
22 // Clear intervals for the current game

Callers

nothing calls this directly

Calls 1

startFunction · 0.85

Tested by

no test coverage detected