Skip to main content

overwolf.games.inputtracking.getMatchActivityInformation

Overwolf APIs / overwolf / overwolf / games / inputTracking / getMatchActivityInformation

function getMatchActivityInformation(
callback: CallbackFunction<GetActivityResult>,
): void;

Returns the input activity information (similar to getActivityInformation). However, when this is supported, it will return data only for the latestmatch of the current game

Parameters

ParameterTypeDescription
callbackCallbackFunction<GetActivityResult>A callback with the activity information.

Returns

void