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

Method shakeBox

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

Source from the content-addressed store, hash-verified

56 }
57
58 private shakeBox(): void{
59 Saving.saveBool("lonelyHouseShakeBoxDone", true);
60 this.update();
61 this.getGame().updatePlace();
62 }
63
64 private takeTheBox(): void{
65 // Change the bool

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected