Npc trigger groupsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Grimston (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users 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
|-
|
| id
|auto_increment
| integer
|  
|  
|  
|-
|-
| trigger_text
|
| varchar
|trigger_text
|  
|varchar(40)
|UNI
|
|
|  
|  
|-
|-
| equivalent_to_id
|
| integer
|equivalent_to_id
|  
|int(10) unsigned
|
|0
|
|  
|  
|}
|}

Latest revision as of 12:50, 11 January 2022

UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
trigger_text varchar(40) UNI
equivalent_to_id int(10) unsigned 0