overwolf.settings.setOverwolfVideosFolder
Overwolf APIs / overwolf / overwolf / settings / setOverwolfVideosFolder
function setOverwolfVideosFolder(
path: string,
callback: CallbackFunction<FolderResult>,
): void;
Sets the folder Overwolf uses to store videos.
Parameters
| Parameter | Type | Description |
|---|---|---|
path | string | The folder to use |
callback | CallbackFunction<FolderResult> | Whether the request was successful |
Returns
void