MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / isBought

Method isBought

code/main/CandyMerchantItem.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public isBought(): boolean{
67 return Saving.loadBool(this.savingBool);
68 }
69
70 // Public getters
71 public getAsciiName(): string{

Callers 3

canBeBoughtMethod · 0.95
canBeClickedMethod · 0.95
canBeShownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected