overwolf.games.getGameInfo
Overwolf APIs / overwolf / overwolf / games / getGameInfo
function getGameInfo(
gameClassId: number,
callback: CallbackFunction<GetGameInfoResult>,
): void;
Returns information about a game with a given game id.Will only return information if the game is detected on the local machine (i.e. installed)
Parameters
| Parameter | Type | Description |
|---|---|---|
gameClassId | number | The class id of the game. |
callback | CallbackFunction<GetGameInfoResult> | Called with the info about the game. |
Returns
void