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

Method goToInventory

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

Source from the content-addressed store, hash-verified

430 }
431
432 public goToInventory(): void{
433 this.saveCurrentMapPlace();
434 this.setPlace(new Inventory(this));
435 }
436
437 public goToLighthouse(): void{
438 this.setPlace(new Lighthouse(this));

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected