Skip to main content

GameInfo

Electron APIs / Overlay / GameInfo

type GameInfo = object;

Information about a detected or running game.

Properties

PropertyTypeDescription
classIdnumber-
flags?any-
idnumberGame Id.
namestringName of the game detected or running.
processInfo?GameProcessInfoGameProcessInfo type.
supportedboolean-
type"Game" | "Launcher"Detected type. Game—detected as a game. Launcher—detected as a launcher of the game.