Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.IGameInfo Interface Reference

Interface for types that provide information about an arcade game. More...

Inheritance diagram for GameAPI.IGameInfo:
GameAPI.GameInfoAttribute

Properties

string API [get]
 Virtual platform API name to be used by this game. More...
 
string Title [get]
 Full title of the game. More...
 
string Version [get]
 Version number of this iteration of the game. Usually in major.minor[.build[.revision]] format. More...
 
string AuthorName [get]
 Real name or alias of the author of this game. More...
 
string AuthorContact [get]
 Optional email address / twitter handle / Steam account link etc for contacting the author. More...
 
string Description [get]
 Optional brief description of the game. More...
 
int UpdateRate [get]
 Desired number of game updates / screen redraws per second. More...
 

Detailed Description

Interface for types that provide information about an arcade game.

Property Documentation

string GameAPI.IGameInfo.API
get

Virtual platform API name to be used by this game.

string GameAPI.IGameInfo.AuthorContact
get

Optional email address / twitter handle / Steam account link etc for contacting the author.

string GameAPI.IGameInfo.AuthorName
get

Real name or alias of the author of this game.

string GameAPI.IGameInfo.Description
get

Optional brief description of the game.

string GameAPI.IGameInfo.Title
get

Full title of the game.

int GameAPI.IGameInfo.UpdateRate
get

Desired number of game updates / screen redraws per second.

string GameAPI.IGameInfo.Version
get

Version number of this iteration of the game. Usually in major.minor[.build[.revision]] format.