Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getHp
Method
getHp
code/main/SuperRPG.ts:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
public getHp(): number{
145
return
this.hp;
146
}
147
148
public getMaxHp(): number{
149
return
this.maxHp;
Callers
15
castPlayerPPotion
Method · 0.45
update
Method · 0.45
update
Method · 0.45
playerAttacks
Method · 0.45
update
Method · 0.45
updateHealthBar
Method · 0.45
draw
Method · 0.45
throwCandies
Method · 0.45
handleKnights
Method · 0.45
buyHealthCrystal
Method · 0.45
buyHealthPendant
Method · 0.45
buyHealthPotion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected