Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getHotkeys
Method
getHotkeys
code/main/Game.ts:526–528 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
524
}
525
526
public getHotkeys(): { [s: string]: Hotkey;}{
527
return
this.hotkeys;
528
}
529
530
public getGridItems(): { [s: string]: GridItem; }{
531
return
this.gridItems;
Callers
2
execute
Function · 0.80
isKeyPressed
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected