Sc waypoint linksTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | id | integer | | |- | name | varchar | | |- | type | varchar | | |- | wp1 | integer | | |- | wp2 | intege…'
 
Grimston (talk | contribs)
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| border="1"
== Table ==
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(8) unsigned
! description
|PRI
|
|auto_increment
|
|-
|-
| id
|
| integer
|name
|varchar(30)
|
|
|
|  
|  
|-
|
|type
|varchar(30)
|
|
|
|  
|  
|-
|-
| name
|
| varchar
|wp1
|int(8) unsigned
|
|0
|
|  
|  
|-
|
|wp2
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| type
|
| varchar
|flags
|  
|varchar(30)
|
|
|
|  
|  
|}
== Flags ==
{|
|-
|-
| wp1
| TELEPORT
| integer
| Use to have a NPC teleport from the start waypoint to the end waypoint.
|
|  
|-
|-
| wp2
| ONEWAY
| integer
|
|
|  
|-
|-
| flags
| NO_WANDER
| varchar
|
|
|  
|}
|}
[[Category:Engine documents]]

Latest revision as of 13:06, 11 January 2022

Table

UE Field Type Key Type Default Extra Description
id int(8) unsigned PRI auto_increment
name varchar(30)
type varchar(30)
wp1 int(8) unsigned 0
wp2 int(8) unsigned 0
flags varchar(30)

Flags

TELEPORT Use to have a NPC teleport from the start waypoint to the end waypoint.
ONEWAY
NO_WANDER