Npc knowledge areasTable: 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
 
Line 1: Line 1:
{| border="1"
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|player_id
! foreign key
|int(10) unsigned
! description
|PRI
|-
|0
| player_id
|
| integer
|  
|  
|  
|-
|-
| area
|
| varchar
|area
|  
|varchar(30)
|PRI
|0
|
|  
|  
|-
|-
| priority
|
| bit
|priority
|  
|tinyint(1) unsigned
|
|0
|
|  
|  
|}
|}

Latest revision as of 12:46, 11 January 2022


UE Field Type Key Type Default Extra Description
player_id int(10) unsigned PRI 0
area varchar(30) PRI 0
priority tinyint(1) unsigned 0