MCPcopy 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

addATreeMethod · 0.80
addBirdMethod · 0.80
addCamelMethod · 0.80
dropADemonMethod · 0.80
addMonsterMethod · 0.80
addBigSharkMethod · 0.80
addJellyFishMethod · 0.80
addMediumFishMethod · 0.80
addMiniSharkMethod · 0.80
addSeahorseMethod · 0.80
addSmallestFishMethod · 0.80
generateShellPowderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected