Skip to main content

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

ParameterTypeDescription
callback(windows: Dictionary<Window>) => voidA callback function which will be called with a map object of (window-name, Window Object) items

Returns

void