Sc waypoint linksTable: 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
 
(4 intermediate revisions by 3 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
|-
|
| id
|auto_increment
| integer
|  
|  
|  
|-
|-
| name
|
| varchar
|name
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| type
|
| varchar
|type
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| wp1
|
| integer
|wp1
|  
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| wp2
|
| integer
|wp2
|  
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| flags
|
| varchar
|flags
|  
|varchar(30)
|
|
|
|  
|  
|}
|}


== Flags ==
{|
|-
| TELEPORT
| Use to have a NPC teleport from the start waypoint to the end waypoint.
|-
| ONEWAY
|
|-
| NO_WANDER
|
|}


[[Category:Engine documents]]
[[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