Sc path pointsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
m Reverted edits by Kuru (Talk) to last revision by Ethryn
Grimston (talk | contribs)
No edit summary
Line 1: Line 1:
{| border="1"
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(8) unsigned
! description
|PRI
|-
|
| id
|auto_increment
| integer
|  
|  
|  
|-
|-
| path_id
|
| integer
|path_id
|  
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| prev_point
|
| integer
|prev_point
|  
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| x
|DIF
| double
|x
|  
|double(10,2)
|  
|
|0
|
|  Type used to be 'double' in PSLegacy. Default used to be '' in PSLegacy.
|-
|-
| y
|DIF
| double
|y
|  
|double(10,2)
|  
|
|0
|
|  Type used to be 'double' in PSLegacy. Default used to be '' in PSLegacy.
|-
|-
| z
|DIF
| double
|z
|  
|double(10,2)
|  
|
|0
|
|  Type used to be 'double' in PSLegacy. Default used to be '' in PSLegacy.
|-
|-
| loc_sector_id
|
| integer
|loc_sector_id
|  
|int(8) unsigned
|
|0
|
|  
|  
|}
|}


[[Category:Engine documents]]
[[Category:Engine documents]]

Revision as of 13:03, 11 January 2022

UE Field Type Key Type Default Extra Description
id int(8) unsigned PRI auto_increment
path_id int(8) unsigned 0
prev_point int(8) unsigned 0
DIF x double(10,2) 0 Type used to be 'double' in PSLegacy. Default used to be in PSLegacy.
DIF y double(10,2) 0 Type used to be 'double' in PSLegacy. Default used to be in PSLegacy.
DIF z double(10,2) 0 Type used to be 'double' in PSLegacy. Default used to be in PSLegacy.
loc_sector_id int(8) unsigned 0