CIV5AnimationCategories: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(ZOtfjxVVOrD) |
m (Unprotected "CIV5AnimationCategories") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Civ5AnimationCategories.xml= | |||
*The Civ5AnimationCategories.xml file contains definitions for the AnimationCategories. | |||
*This information is taken from the Civ5AnimationCategories.xml file itself. | |||
==AnimationCategories== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+AnimationCategories 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 | |||
|- | |||
| DefaultTo || text|| || | |||
|- | |||
| BaseID || integer|| -1|| | |||
|} | |||
{{Civ5_XML_Files}} |
Latest revision as of 01:45, 3 October 2011
Civ5AnimationCategories.xml
- The Civ5AnimationCategories.xml file contains definitions for the AnimationCategories.
- This information is taken from the Civ5AnimationCategories.xml file itself.
AnimationCategories
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
DefaultTo | text | ||
BaseID | integer | -1 |