Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
foundCandies
Method · 0.80
drawEquipment
Method · 0.80
drawStats
Method · 0.80
update
Method · 0.80
getQuestEntityWeapon
Method · 0.80
hit
Method · 0.80
inflictDamage
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected