CIV5PlayerOptions: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(CjHGwbtCmsRsVFCte) |
Chronovore (talk | contribs) (Added table data structure.) |
||
Line 1: | Line 1: | ||
=CIV5PlayerOptions.xml= | |||
*The CIV5PlayerOptions.xml file contains definitions for the PlayerOptions. | |||
*This information is taken from the CIV5PlayerOptions.xml file itself. | |||
==PlayerOptions== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+PlayerOptions Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Default | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| ID || integer|| || Primary Key,Autoincrement | |||
|- | |||
| Type || text|| || Not Null,Unique | |||
|- | |||
| Description || text|| || | |||
|- | |||
| Help || text|| || | |||
|- | |||
| Default || boolean|| false|| | |||
|} | |||
{{Civ5_XML_Files}} |
Revision as of 18:31, 28 September 2010
CIV5PlayerOptions.xml
- The CIV5PlayerOptions.xml file contains definitions for the PlayerOptions.
- This information is taken from the CIV5PlayerOptions.xml file itself.
PlayerOptions
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
Description | text | ||
Help | text | ||
Default | boolean | false |