CIV5MemoryInfos: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(ChZSPaIqkGKGOmn) |
Chronovore (talk | contribs) (Added table data structure.) |
||
Line 1: | Line 1: | ||
=CIV5MemoryInfos.xml= | |||
*The CIV5MemoryInfos.xml file contains definitions for the MemoryInfos. | |||
*This information is taken from the CIV5MemoryInfos.xml file itself. | |||
==MemoryInfos== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+MemoryInfos 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:58, 28 September 2010
CIV5MemoryInfos.xml
- The CIV5MemoryInfos.xml file contains definitions for the MemoryInfos.
- This information is taken from the CIV5MemoryInfos.xml file itself.
MemoryInfos
Name | Type | Notes |
---|---|---|
ID | integer | Primary Key,Autoincrement |
Type | text | Not Null,Unique |
Description | text |