Skip to main content

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 or launcher).
  • Overlay support status.

Properties

PropertyTypeDescription
idnumberThe game's ID as declared by the gameslist.
name?stringName of the game.
path?stringThe full file system path to the game's installation directory.
supported?booleanIndicates if the game supports Overlay.
type?GameInfoTypeGameInfoType—type of the detected game.