Skip to main content

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

ParameterTypeDescription
featureIdstringThe feature id for which to get the set hotkey.
callbackCallbackFunction<GetHotKeyResult>A function called with the result of the request which contains the hotkey if successful.

Returns

void