Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getCoins
Method
getCoins
code/main/SuperRPG.ts:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
115
// Public getters
116
public getCoins(): number{
117
return
this.coins;
118
}
119
120
public getDamage(): number{
121
return
this.damage;
Callers
8
playerAttacks
Method · 0.80
draw
Method · 0.80
buyDefenseItem
Method · 0.80
buyHealthCrystal
Method · 0.80
buyHealthPendant
Method · 0.80
buyHealthPotion
Method · 0.80
buySuperHealthPotion
Method · 0.80
buyWeapon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected