overwolf.windows.setRestoreAnimationsEnabled
Overwolf APIs / overwolf / overwolf / windows / setRestoreAnimationsEnabled
function setRestoreAnimationsEnabled(
windowId: string,
shouldEnableAnimations: boolean,
callback: CallbackFunction<WindowIdResult>,
): void;
Sets whether the window should have minimize/restore animations while in game.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | - |
shouldEnableAnimations | boolean | - |
callback | CallbackFunction<WindowIdResult> | - |
Returns
void