InstalledGameInfo
Electron APIs / Overlay / InstalledGameInfo
type InstalledGameInfo = object;
Information about a game installed on the user's system.
Includes:
- Game unique ID.
- Location.
- Display name.
- Type (
game
orlauncher
). - Overlay support status.
Properties
Property | Type | Description |
---|---|---|
id | number | Overwolf game class id. |
name? | string | Name of the game. |
path? | string | Game installation path. |
supported? | boolean | Overlay supported game. |
type? | GameInfoType | GameInfoType —type of the detected game. |