Item animationsTable: Difference between revisions
Jump to navigation
Jump to search
m add to category (Engine documents) |
No edit summary |
||
Line 1: | Line 1: | ||
{| | |||
{| class="wikitable" | |||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|id | |||
|int(10) unsigned | |||
|PRI | |||
|0 | |||
| | |||
| | |||
|- | |- | ||
| | | | ||
| | |cstr_animation | ||
| | |varchar(200) | ||
|PRI | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| | | | ||
| int( | |min_use_level | ||
|int(5) unsigned | |||
| | |||
|0 | |||
| | |||
| | | | ||
|- | |- | ||
| | | | ||
|type_flags | |||
| type_flags | |smallint(5) unsigned | ||
| smallint(5) unsigned | |||
| | | | ||
|0 | |||
| | | | ||
| | |||
|} | |} | ||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Latest revision as of 12:22, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | 0 | |||
cstr_animation | varchar(200) | PRI | ||||
min_use_level | int(5) unsigned | 0 | ||||
type_flags | smallint(5) unsigned | 0 |