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

Method getSelectedEqItems

code/main/Game.ts:590–592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588 }
589
590 public getSelectedEqItems(): { [s: string]: EqItem; }{
591 return this.selectedEqItems;
592 }
593
594 public getSpecialHotkeys(): Hotkey[]{
595 return this.specialHotkeys;

Callers 8

foundCandiesMethod · 0.80
drawEquipmentMethod · 0.80
drawStatsMethod · 0.80
updateMethod · 0.80
getQuestEntityWeaponMethod · 0.80
hitMethod · 0.80
inflictDamageMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected