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

Method getHp

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

Source from the content-addressed store, hash-verified

142 }
143
144 public getHp(): number{
145 return this.hp;
146 }
147
148 public getMaxHp(): number{
149 return this.maxHp;

Callers 15

castPlayerPPotionMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
playerAttacksMethod · 0.45
updateMethod · 0.45
updateHealthBarMethod · 0.45
drawMethod · 0.45
throwCandiesMethod · 0.45
handleKnightsMethod · 0.45
buyHealthCrystalMethod · 0.45
buyHealthPendantMethod · 0.45
buyHealthPotionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected