Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getMaxHp
Method
getMaxHp
code/main/SuperRPG.ts:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
public getMaxHp(): number{
149
return
this.maxHp;
150
}
151
152
public getWeapon(): string{
153
return
this.weapon;
Callers
15
constructor
Method · 0.45
castPlayerPPotion
Method · 0.45
update
Method · 0.45
drawStats
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
buySuperHealthPotion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected