MCPcopy 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

endQuestMethod · 0.45
insert10CandiesMethod · 0.45
insert1000CandiesMethod · 0.45
goToLoseMethod · 0.45
updateAllMethod · 0.45
isRightMethod · 0.45
throwCandiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected