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

Method getHotkey

code/main/QuestPlayerSpell.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 public getHotkey(): Hotkey{
78 return new Hotkey(this.hotkeyLetter, new CallbackCollection(this.cast.bind(this)));
79 }
80
81 // Public getters
82 public getButtonPosition(): Pos{

Callers 1

addPlayerSpellMethod · 0.80

Calls 1

bindMethod · 0.80

Tested by

no test coverage detected