CIV5EntityEvents
From Civilization Modding Wiki
civ5entityevents.xml
- The civ5entityevents.xml file contains definitions for the EntityEvents.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the civ5entityevents.xml file itself.
EntityEvents
| Name | Type | Default | Notes |
|---|---|---|---|
| ID | integer | Primary Key,Autoincrement | |
| Type | text | ||
| UpdateFormation | boolean | false |
EntityEvent_AnimationPaths
- CIV5AnimationPaths contains the definitions of the AnimationPaths referenced in this table.
| Name | Type | Reference |
|---|---|---|
| EntityEventType | text | EntityEvents(Type) |
| AnimationPathType | text | AnimationPaths(Type) |