CIV5GameOptions: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
No edit summary |
m (Protected "CIV5GameOptions": Excessive vandalism ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(No difference)
|
Revision as of 16:46, 23 November 2010
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 |