overwolf.games.getLastRunningGameInfo
Overwolf APIs / overwolf / overwolf / games / getLastRunningGameInfo
function getLastRunningGameInfo(
callback: CallbackFunction<GetGameInfoResult>,
): void;
Returns the last played gameinfo (when no game is currently running).
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetGameInfoResult> | Called with the result. |
Returns
void