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

Method goToInsideYourBox

code/main/Game.ts:427–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 }
426
427 public goToInsideYourBox(): void{
428 this.saveCurrentMapPlace();
429 this.setPlace(new InsideYourBox(this));
430 }
431
432 public goToInventory(): void{
433 this.saveCurrentMapPlace();

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected