Npc spawn rangesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | id | integer | | |- | npc_spawn_rule_id | integer | | |- | x1 | real | | |- | y1 | real | | |- | z1 | rea…'
 
Grimston (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{| border="1"
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(10) unsigned
! description
|PRI
|
|auto_increment
|
|-
|-
| id
|
| integer
|npc_spawn_rule_id
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| npc_spawn_rule_id
|
| integer
|x1
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| x1
|
| real
|y1
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| y1
|
| real
|z1
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| z1
|
| real
|x2
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| x2
|
| real
|y2
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| y2
|
| real
|z2
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| z2
|
| real
|radius
|  
|float(10,2)
|
|0.00
|
|  
|  
|-
|-
| cstr_id_spawn_sector
|
| integer
|sector_id
|  
|int(10)
|
|0
|
|  
|  
|-
|-
| range_type_code
|
| char
|range_type_code
|  
|char(1)
|
|A
|
|  
|  
|}
|}
[[Category:Engine documents]]

Latest revision as of 12:48, 11 January 2022


UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
npc_spawn_rule_id int(10) unsigned 0
x1 float(10,2) 0.00
y1 float(10,2) 0.00
z1 float(10,2) 0.00
x2 float(10,2) 0.00
y2 float(10,2) 0.00
z2 float(10,2) 0.00
radius float(10,2) 0.00
sector_id int(10) 0
range_type_code char(1) A