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

Method clickedDisableAutosave

code/main/Save.ts:67–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 private clickedDisableAutosave(): void{
68 // We disable auto saving
69 this.getGame().disableLocalAutosave();
70
71 // We update
72 this.update();
73 this.getGame().updatePlace();
74 }
75
76 private clickedFileLoad(): void{
77 Main.reloadEverythingFromFile($(".saveFileLoadTextarea").val());

Callers

nothing calls this directly

Calls 4

updateMethod · 0.95
disableLocalAutosaveMethod · 0.80
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected