overwolf.windows.getWindow
Overwolf APIs / overwolf / overwolf / windows / getWindow
function getWindow(
windowName: string,
callback: CallbackFunction<WindowResult>,
): void;
Returns WindowResult object for a specific open window.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowName | string | The name of the window that was declared in the data.windows section in the manifest |
callback | CallbackFunction<WindowResult> | Callback will be invoked with the WindowResult object. |
Returns
void