AGS Manual

GameInfo properties

GameInfo struct provides optional information about the game, which corresponds to the "Info" category section of the General Settings pane in the Editor.

Compatibility: Supported by AGS 3.6.3 and later versions.


GameInfo.Title

static readonly attribute String GameInfo.Title

Gets the game's title.


GameInfo.Description

static readonly attribute String GameInfo.Description

Gets the game's description.


GameInfo.DeveloperName

static readonly attribute String GameInfo.DeveloperName

Gets the game's developer's name.


GameInfo.DeveloperURL

static readonly attribute String GameInfo.DeveloperURL

Gets the game's developer's URL string.


GameInfo.Genre

static readonly attribute String GameInfo.Genre

Gets the game's genre description.


GameInfo.ReleaseDate

static readonly attribute DateTime* GameInfo.ReleaseDate

Gets the game's release date as a DateTime instance.


GameInfo.Version

static readonly attribute String GameInfo.Version

Gets the game's release version, represented as "X.Y.Z.W" string.

Edit this page