overwolf.windows.getCurrentWindow
Overwolf APIs / overwolf / overwolf / windows / getCurrentWindow
function getCurrentWindow(callback: CallbackFunction<WindowResult>): void;
Calls the given callback function with the current window object as a parameter.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<WindowResult> | A callback function which will be called with the current window object as a parameter. See |
Returns
void