GameInfo
Electron APIs / overlay / GameInfo
type GameInfo = object;
Information about a detected or running game.
Properties
Property | Type | Description |
---|---|---|
classId | number | The running game's class ID as declared by the gameslist. For example: League of Legends game class id is: 54261 |
flags? | any | Gameslist flags associated with the game. |
id | number | The running game's ID as declared by the gameslist. For example: League of Legends game id is: 5426 |
name | string | Name of the detected or running game. |
processInfo? | GameProcessInfo | GameProcessInfo type. |
supported | boolean | Indicates if the game supports Overlay. |
type | "Game" | "Launcher" | Detected type. Game —detected as a game. Launcher —detected as a launcher of the game. |