|
Arcade
|
Interface for types that provide information about an arcade game. More...
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... | |
Interface for types that provide information about an arcade game.
|
get |
Virtual platform API name to be used by this game.
|
get |
Optional email address / twitter handle / Steam account link etc for contacting the author.
|
get |
Real name or alias of the author of this game.
|
get |
Optional brief description of the game.
|
get |
Full title of the game.
|
get |
Desired number of game updates / screen redraws per second.
|
get |
Version number of this iteration of the game. Usually in major.minor[.build[.revision]] format.