overwolf.settings.getHotKey
Overwolf APIs / overwolf / overwolf / settings / getHotKey
function getHotKey(
featureId: string,
callback: CallbackFunction<GetHotKeyResult>,
): void;
Returns the hotkey assigned to a given feature id by calling the callback.
Parameters
| Parameter | Type | Description |
|---|---|---|
featureId | string | The feature id for which to get the set hotkey. |
callback | CallbackFunction<GetHotKeyResult> | A function called with the result of the request which contains the hotkey if successful. |
Returns
void