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

Method getLocalAutosaveSlot

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

Source from the content-addressed store, hash-verified

540 }
541
542 public getLocalAutosaveSlot(): string{
543 return this.localAutosaveSlot;
544 }
545
546 public getLocalAutosaveTime(): number{
547 return this.localAutosaveTime;

Callers 1

drawLocalSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected