Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
beginBerserk
Method · 0.95
heal
Method · 0.95
inflictDamage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected