Skip to main content

Overview

APIDescription
overwolf.utils.enums.eStorePage-
overwolf.utils.consumeConversionsConsume all pending conversions for this extension. Consumed conversions are deleted.
overwolf.utils.getFromClipboardGets the string currently placed on the clipboard. If no string is placed on the clipboard, returns null.
overwolf.utils.getMonitorsListReturns an array with all monitors data including their display resolution, bounds, and names.
overwolf.utils.getPeripheralsReturns system Peripherals information.
overwolf.utils.getSystemInformationReturns system information which includes information about CPU, Monitors, GPU, HDD, RAM and more.
overwolf.utils.isMouseLeftButtonPressedIs mouse left button pressed.
overwolf.utils.isTouchDeviceReturns whether the current device has touch capabilities.
overwolf.utils.openFilePickerOpens a file picker dialog to browse for a file. A url to the selected file will be returned.
overwolf.utils.openFolderPickerOpens a Folder picker dialog to browse for a folder. A full path to the selected folder will be returned.
overwolf.utils.openStoreOpens the requested app’s profile/login/subscription page in the Overwolf Appstore.
overwolf.utils.openStoreOneAppPageOpen Overwolf store one app page.
overwolf.utils.openUrlInDefaultBrowserOpens the url in the user's default browser.
overwolf.utils.openUrlInOverwolfBrowserOpens the url in Overwolf's browser.
overwolf.utils.openWindowsExplorerOpens Windows Explorer and selects a file received as an Overwolf media url.
overwolf.utils.placeOnClipboardCopies the given string to the clipboard.
overwolf.utils.sendKeyStrokeSends a string representing a key stroke to the game, causing a simulated key stroke.
overwolf.utils.sendLogsSends Overwolf logs to Overwolf servers for debugging.
overwolf.utils.simulateMouseClickSimulate Mouse click on current mouse Position.
overwolf.utils.uploadClientLogsUpload Overwolf client logs to Overwolf servers for current calling app.
overwolf.utils.ClientInfoResult-
overwolf.utils.Display-
overwolf.utils.getMonitorsListResult-
overwolf.utils.GetPeripheralsResult-
overwolf.utils.GetSystemInformationResult-
overwolf.utils.GPUInfo-
overwolf.utils.HardDiskInfo-
overwolf.utils.InputDeviceInfo-
overwolf.utils.IsMouseLeftButtonPressedResult-
overwolf.utils.IsTouchDeviceResult-
overwolf.utils.MonitorInfo-
overwolf.utils.OpenFilePickerResult-
overwolf.utils.OpenFolderPickerResult-
overwolf.utils.OpenStoreParams-
overwolf.utils.SystemInfo-
overwolf.utils.UploadClientLogsOptions-
overwolf.utils.onAvailableActionUpdated-