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.TitleGets the game's title.
GameInfo.Description
static readonly attribute String GameInfo.DescriptionGets the game's description.
GameInfo.DeveloperName
static readonly attribute String GameInfo.DeveloperNameGets the game's developer's name.
GameInfo.DeveloperURL
static readonly attribute String GameInfo.DeveloperURLGets the game's developer's URL string.
GameInfo.Genre
static readonly attribute String GameInfo.GenreGets the game's genre description.
GameInfo.ReleaseDate
static readonly attribute DateTime* GameInfo.ReleaseDateGets the game's release date as a DateTime instance.
GameInfo.Version
static readonly attribute String GameInfo.VersionGets the game's release version, represented as "X.Y.Z.W" string.