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

Method getLocalAutosaveEnabled

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

Source from the content-addressed store, hash-verified

536 }
537
538 public getLocalAutosaveEnabled(): boolean{
539 return this.localAutosaveEnabled;
540 }
541
542 public getLocalAutosaveSlot(): string{
543 return this.localAutosaveSlot;

Callers 1

drawLocalSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected