InstalledGameInfo
Electron APIs / overlay / InstalledGameInfo
type InstalledGameInfo = object;
Information about a game installed on the user's system.
Includes:
- The Game's ID.
- Installation path.
- Name of the game.
- Type (
game
orlauncher
). - Overlay support status.
Properties
Property | Type | Description |
---|---|---|
id | number | The game's ID as declared by the gameslist. |
name? | string | Name of the game. |
path? | string | The full file system path to the game's installation directory. |
supported? | boolean | Indicates if the game supports Overlay. |
type? | GameInfoType | GameInfoType —type of the detected game. |