overwolf.settings.hotkeys.getAllApps
Overwolf APIs / overwolf / overwolf / settings / hotkeys / getAllApps
function getAllApps(
callback: CallbackFunction<GetAllAssignedHotkeysResult>,
): void;
Returns the hotkeys assigned for all installed extensions + the platform, in all the games.
Parameters
| Parameter | Type |
|---|---|
callback | CallbackFunction<GetAllAssignedHotkeysResult> |
Returns
void