Skip to main content

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

ParameterTypeDescription
windowIdstring-
shouldEnableAnimationsboolean-
callbackCallbackFunction<WindowIdResult>-

Returns

void