overwolf.games.getRunningGameInfo2
Overwolf APIs / overwolf / overwolf / games / getRunningGameInfo2
function getRunningGameInfo2(
callback: CallbackFunction<GetRunningGameInfoResult2>,
): 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<GetRunningGameInfoResult2> | Called with the currently running or active game info. See |
Returns
void