overwolf.games.getRunningGameInfo
Overwolf APIs / overwolf / overwolf / games / getRunningGameInfo
function getRunningGameInfo(
callback: CallbackFunction<GetRunningGameInfoResult>,
): void;
Returns an object with information about the currently running game (or active games, if more than one), or null if no game is running.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetRunningGameInfoResult> | Called with the currently running or active game info. See |
Returns
void