overwolf.games.launchers.getAnyRunningGamesInfo
Overwolf APIs / overwolf.games.launchers / getAnyRunningGamesInfo
function getAnyRunningGamesInfo(
callback: CallbackFunction<GetAnyRunningGamesInfoResult>,
): void;
Returns an array of all the currently running unsupported / overlay disabled games.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetAnyRunningGamesInfoResult> | Called with the array of game infos. |
Returns
void