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

Method getMaxHp

code/main/SuperRPG.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 public getMaxHp(): number{
149 return this.maxHp;
150 }
151
152 public getWeapon(): string{
153 return this.weapon;

Callers 15

constructorMethod · 0.45
castPlayerPPotionMethod · 0.45
updateMethod · 0.45
drawStatsMethod · 0.45
updateHealthBarMethod · 0.45
drawMethod · 0.45
throwCandiesMethod · 0.45
handleKnightsMethod · 0.45
buyHealthCrystalMethod · 0.45
buyHealthPendantMethod · 0.45
buyHealthPotionMethod · 0.45
buySuperHealthPotionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected