overwolf.windows.getWindowsStates
Overwolf APIs / overwolf / overwolf / windows / getWindowsStates
function getWindowsStates(
callback: CallbackFunction<GetWindowsStatesResult>,
): void;
Returns the state of all windows owned by the app (normal/minimized/maximized/closed).
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetWindowsStatesResult> | Called with an array containing the states of the windows. |
Returns
void