Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getCandies
Method
getCandies
code/main/Game.ts:494–496 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
492
}
493
494
public getCandies(): Candies{
495
return
this.candies;
496
}
497
498
public getCandiesEaten(): CandiesEaten{
499
return
this.candiesEaten;
Callers
15
endQuest
Method · 0.45
insert10Candies
Method · 0.45
insert1000Candies
Method · 0.45
clickedBuyIronAxeButton
Method · 0.45
clickedBuyLightweightBodyArmourButton
Method · 0.45
clickedBuyPolishedSilverSwordButton
Method · 0.45
clickedBuyScytheButton
Method · 0.45
clickedBuyWoodenSwordButton
Method · 0.45
goToLose
Method · 0.45
updateAll
Method · 0.45
isRight
Method · 0.45
throwCandies
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected