Npc spawn rangesTable: Difference between revisions
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…' |
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 | |||
|- | |- | ||
| | |||
|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 | |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 |