overwolf.windows.getOpenWindows
Overwolf APIs / overwolf / overwolf / windows / getOpenWindows
function getOpenWindows(callback: (windows: Dictionary<Window>) => void): void;
Returns an array of all open windows as objects. The objects can be manipulated like any other window.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | (windows: Dictionary<Window>) => void | A callback function which will be called with a map object of (window-name, Window Object) items |
Returns
void