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

Method load

code/main/Player.ts:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 public load(): void{
190 this.setHp(Saving.loadNumber("playerHp"));
191 }
192
193 public loadCandyBoxCharacter(quest: Quest, firstTime: boolean = true): void{
194 // Set the type

Callers

nothing calls this directly

Calls 1

setHpMethod · 0.95

Tested by

no test coverage detected