| overwolf.settings.enums.eIndicationPosition | - |
| overwolf.settings.enums.ResolutionSettings | - |
| overwolf.settings.getAudioCaptureSettings | Returns the current audio capture settings. |
| overwolf.settings.getClientInfo | Retrieve information about the client - such as when it was first installed and how long is it running. |
| overwolf.settings.getCurrentOverwolfLanguage | Returns the current language overwolf is set to in a two letter ISO name format. |
| overwolf.settings.getExtensionSettings | Gets the extension settings. |
| overwolf.settings.getFpsSettings | Gets the status of the FPS control (on/off), its position, its offset (in pixels) and its scale [0, 1]. |
| overwolf.settings.getHotKey | Returns the hotkey assigned to a given feature id by calling the callback. |
| overwolf.settings.getOverwolfScreenshotsFolder | Returns the current folder overwolf uses to store screenshots. |
| overwolf.settings.getOverwolfVideosFolder | Returns the current folder overwolf uses to store videos. |
| overwolf.settings.getVideoCaptureSettings | Returns the current video capture settings. |
| overwolf.settings.registerHotKey | Registers a callback for a given hotkey action. If the registration had failed, the callback function will be called immediately with the status "error" and another property, "error", indicating the reason for the failure. Otherwise, the callback function will be called when the hotkey is pressed and the status will be "success". Note that Shift can only be combined with F keys. |
| overwolf.settings.setAudioCaptureSettings | Sets new audio capture settings. |
| overwolf.settings.setExtensionSettings | Sets the extension settings. |
| overwolf.settings.setFpsSettings | Sets the state (on/off), position, offset (in pixels) and scale [0, 1] of the Fps control. |
| overwolf.settings.setOverwolfScreenshotsFolder | Sets the folder Overwolf uses to store screenshots. |
| overwolf.settings.setOverwolfVideosFolder | Sets the folder Overwolf uses to store videos. |
| overwolf.settings.setVideoCaptureSettings | Sets new video capture settings. |
| overwolf.settings.AudioCaptureSettingsChangedEvent | - |
| overwolf.settings.FolderResult | - |
| overwolf.settings.FpsSettings | - |
| overwolf.settings.FpsSettingsChangedEvent | - |
| overwolf.settings.GeneralExtensionSettings | - |
| overwolf.settings.GetAudioCaptureSettingsResult | - |
| overwolf.settings.GetExtensionSettingsResult | - |
| overwolf.settings.GetFpsSettingsResult | - |
| overwolf.settings.GetHotKeyResult | - |
| overwolf.settings.GetVideoCaptureSettingsResult | - |
| overwolf.settings.HotKeyChangedEvent | - |
| overwolf.settings.HotKeyResult | - |
| overwolf.settings.SetFolderResult | - |
| overwolf.settings.VideoCaptureSettingsChangedEvent | - |
| overwolf.settings.OnAudioCaptureSettingsChanged | Fired when audio capture settings are changed. |
| overwolf.settings.onFpsSettingsChanged | Fired when fps settings are changed. |
| overwolf.settings.OnVideoCaptureSettingsChanged | Fired when video capture settings are changed. |