CIV5GameOptions
From Civilization Modding Wiki
Revision as of 11:55, 29 September 2010 by Chronovore (talk | contribs) (Added table data structure.)
civ5gameoptions.xml
- The civ5gameoptions.xml file contains definitions for the GameOptions.
- This information is taken from the civ5gameoptions.xml file itself.
GameOptions
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
Description | text | ||
Help | text | ||
Default | boolean | false | |
Visible | boolean | true | |
SupportsSinglePlayer | boolean | true | |
SupportsMultiplayer | boolean | true |