Item animationsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with '{| border=1 |- ! field ! type ! foreign key ! description |- | id | int(10) unsigned | N | |- | cstr_id_animation | int(10) unsigned | | |- | min_use_level | int(5) unsigned | …'
 
Grimston (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{| border=1
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(10) unsigned
! description
|PRI
|0
|
|
|-
|-
| id
|
| int(10) unsigned
|cstr_animation
| N
|varchar(200)
|PRI
|
|
|  
|  
|-
|-
| cstr_id_animation
|
| int(10) unsigned
|min_use_level
|int(5) unsigned
|
|0
|
|  
|  
|
|-
|-
| min_use_level
| int(5) unsigned
|
|
|
|-
|type_flags
| type_flags
|smallint(5) unsigned
| smallint(5) unsigned
|
|
|0
|
|
|
|}
|}
[[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