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

Method openBox

code/main/LonelyHouse.ts:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 private openBox(): void{
53 Saving.saveBool("lonelyHouseOpenBoxDone", true);
54 this.update();
55 this.getGame().updatePlace();
56 }
57
58 private shakeBox(): void{
59 Saving.saveBool("lonelyHouseShakeBoxDone", true);

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected