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

Method goToTheArena

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

Source from the content-addressed store, hash-verified

461 }
462
463 public goToTheArena(): void{
464 this.saveCurrentMapPlace();
465 this.setPlace(new TheArena(this));
466 }
467
468 public goToTheCave(): void{
469 this.setPlace(new TheCave(this));

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected