Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ setHealthBar
Method
setHealthBar
code/main/QuestEntity.ts:586–588 ·
view source on GitHub ↗
(healthBar: QuestEntityHealthBar)
Source
from the content-addressed store, hash-verified
584
}
585
586
public setHealthBar(healthBar: QuestEntityHealthBar): void{
587
this.healthBar = healthBar;
588
}
589
590
public setHp(hp: number): void{
591
// BUGS
Callers
15
addATree
Method · 0.80
addBird
Method · 0.80
addCamel
Method · 0.80
dropADemon
Method · 0.80
addMonster
Method · 0.80
addBigShark
Method · 0.80
addJellyFish
Method · 0.80
addMediumFish
Method · 0.80
addMiniShark
Method · 0.80
addSeahorse
Method · 0.80
addSmallestFish
Method · 0.80
generateShellPowder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected