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

Method getHp

code/main/QuestEntity.ts:497–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

495 }
496
497 public getHp(): number{
498 return this.hp;
499 }
500
501 public getIsASpell(): boolean{
502 return this.isASpell;

Callers 3

beginBerserkMethod · 0.95
healMethod · 0.95
inflictDamageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected