Skip to main content

GameInfo

Electron APIs / overlay / GameInfo

type GameInfo = object;

Information about a detected or running game.

Properties

PropertyTypeDescription
classIdnumberThe running game's class ID as declared by the gameslist. For example: League of Legends game class id is: 54261
flags?anyGameslist flags associated with the game.
idnumberThe running game's ID as declared by the gameslist. For example: League of Legends game id is: 5426
namestringName of the detected or running game.
processInfo?GameProcessInfoGameProcessInfo type.
supportedbooleanIndicates if the game supports Overlay.
type"Game" | "Launcher"Detected type. Game—detected as a game. Launcher—detected as a launcher of the game.