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