Npc knowledge areasTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | player_id | integer | | |- | area | varchar | | |- | priority | bit | | |}' |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| | |||
{| class="wikitable" | |||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|player_id | |||
|int(10) unsigned | |||
|PRI | |||
| | |0 | ||
| | | | ||
| | |||
| | |||
| | | | ||
|- | |- | ||
| area | | | ||
| varchar | |area | ||
| | |varchar(30) | ||
|PRI | |||
|0 | |||
| | |||
| | | | ||
|- | |- | ||
| priority | | | ||
| | |priority | ||
| | |tinyint(1) unsigned | ||
| | |||
|0 | |||
| | |||
| | | | ||
|} | |} | ||
[[Category:Engine documents]] |
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 |