Skip to main content

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

ParameterTypeDescription
callbackCallbackFunction<GetWindowsStatesResult>Called with an array containing the states of the windows.

Returns

void