overwolf.settings.hotkeys.get
Overwolf APIs / overwolf / overwolf / settings / hotkeys / get
function get(callback: CallbackFunction<GetAssignedHotkeyResult>): void;
Returns the hotkey assigned for the current extension in all the games.
Parameters
| Parameter | Type |
|---|---|
callback | CallbackFunction<GetAssignedHotkeyResult> |
Returns
void