CIV5UnitAIInfos: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(iPnvOLGuNSz) |
Chronovore (talk | contribs) (Undo revision 6028 by 95.173.193.34 (Talk)) |
||
Line 1: | Line 1: | ||
==CIV5UNITAIInfos.xml== | |||
*The CIV5UNITAIInfos.xml file contains definitions for the unit AI types. The tables below indicate the structure of the entries in the CIV5UNITAIInfos file. | |||
*This information is taken from the CIV5UNITAIInfos.xml file itself. | |||
==UnitAIInfos== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+ UnitAIInfos 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:08, 28 September 2010
CIV5UNITAIInfos.xml
- The CIV5UNITAIInfos.xml file contains definitions for the unit AI types. The tables below indicate the structure of the entries in the CIV5UNITAIInfos file.
- This information is taken from the CIV5UNITAIInfos.xml file itself.
UnitAIInfos
Name | Type | Notes |
---|---|---|
ID | Integer | Primary Key, Autoincrement |
Type | Text | Not Null, Unique |
Description | Text |