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 and install folder.
  • Steam store ID (if installed via Steam).
  • Epic Games store ID (if installed via Epic Games Launcher).
  • Name of the game.
  • Type (game or launcher).
  • Overlay support status.

Properties

PropertyTypeDescription
epicId?stringThe game's Epic Games store ID.
idnumberThe game's ID as declared by the gameslist.
installFolder?stringThe root folder where the game is installed. (when detected from steam or epic)
name?stringName of the game.
path?stringThe full file system path to the game's installation directory.
steamId?numberThe game's Steam store ID.
supported?booleanIndicates if the game supports Overlay.
type?GameInfoTypeGameInfoType—type of the detected game.