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

Method saveCurrentMapPlace

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

Source from the content-addressed store, hash-verified

823 }
824
825 private saveCurrentMapPlace(): void{
826 if(this.savedPlace == null) this.savedPlace = this.place;
827 }
828
829 private setDefaultLocalAutosaveTime(): void{
830 this.localAutosaveTime = 600;

Callers 9

goToCandyBoxMethod · 0.95
goToCauldronMethod · 0.95
goToCfgMethod · 0.95
goToInsideYourBoxMethod · 0.95
goToInventoryMethod · 0.95
goToLollipopFarmMethod · 0.95
goToSaveMethod · 0.95
goToTheArenaMethod · 0.95
goToTheComputerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected