Hotkey Module¶
The Hotkey Module can listen to the hotkey that players bound in their client.
Hotkey is configurable at player's client.
Events¶
glasses_key_pressed¶
Fires when the player pressed the hotkey.
Values:
1. keyBind: string
The hotkey the player bound to.
2. keyPressDuration: number
The duration the hotkey was held down, in milliseconds.
1 2 |
|
Changelog/Trivia¶
0.8
Added Hotkey Module