overwolf.media.replays.getHighlightsFeatures
Overwolf APIs / overwolf / overwolf / media / replays / getHighlightsFeatures
function getHighlightsFeatures(
gameId: number,
callback: CallbackFunction<GetHighlightsFeaturesResult>,
): void;
Get supported auto highlights features for a game
Parameters
| Parameter | Type | Description |
|---|---|---|
gameId | number | The id of the game you want to capture it highlights. |
callback | CallbackFunction<GetHighlightsFeaturesResult> | A callback function which will be called with the status of the request. |
Returns
void