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

Method getSavingName

code/main/Item.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 public getSavingName(): string{
57 return this.savingName;
58 }
59
60 public getSpecialAbility(): string{
61 return null;

Callers 10

endQuestMethod · 0.45
foundGridOrEqItemMethod · 0.45
enchantMethod · 0.45
drawEqItemMethod · 0.45
drawGridItemMethod · 0.45
drawStatsMethod · 0.45
isEquippedMethod · 0.45
unequipIfEquippedMethod · 0.45
addEqItemMethod · 0.45
addGridItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected