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

Method disableLocalAutosave

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

Source from the content-addressed store, hash-verified

234 }
235
236 public disableLocalAutosave(): void{
237 this.localAutosaveEnabled = false;
238 this.localAutosaveSlot = null;
239 }
240
241 public emptyAndFillSelectedEqItemsArray(): void{
242 // Empty

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected