GameInfo
Electron APIs / Overlay / GameInfo
type GameInfo = object;
Information about a detected or running game.
Properties
Property | Type | Description |
---|---|---|
classId | number | - |
flags? | any | - |
id | number | Game Id. |
name | string | Name of the game detected or running. |
processInfo? | GameProcessInfo | GameProcessInfo type. |
supported | boolean | - |
type | "Game" | "Launcher" | Detected type. Game —detected as a game. Launcher —detected as a launcher of the game. |