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

Method goToCfg

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

Source from the content-addressed store, hash-verified

416 }
417
418 public goToCfg(): void{
419 this.saveCurrentMapPlace();
420 this.setPlace(new Cfg(this));
421 }
422
423 public goToInsideFortress(): void{
424 this.setPlace(new InsideFortress(this));

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected