Skip to main content

GameProcessInfo

Electron APIs / overlay / GameProcessInfo

type GameProcessInfo = object;

Information about a running game process.

This type is used to describe data related to a running game process, such as its PID, execution path, and other process attributes.

Properties​

PropertyTypeDescription
commandLine?stringThe command line used to start the game process, if available.
fullPathstringThe full file system path to the game's executable.
is32Bit?booleanIndicates if the game process is running in 32-bit mode.
isElevated?booleanIndicates if the game process is running with elevated (administrator) privileges.
pid?numberThe process ID (PID) of the game, if available.