CIV5GameOptions: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structure.) |
m (Unprotected "CIV5GameOptions") |
(5 intermediate revisions by 4 users not shown) | |
(No difference)
|
Latest revision as of 01:29, 3 October 2011
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 |