Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getHealthBar
Method
getHealthBar
code/main/QuestEntity.ts:493–495 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
491
}
492
493
public getHealthBar(): QuestEntityHealthBar{
494
return
this.healthBar;
495
}
496
497
public getHp(): number{
498
return
this.hp;
Callers
1
drawEntities
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected