Sc tribe memoriesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Luca (talk | contribs)
No edit summary
Grimston (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
spam
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|
|id
|int(10)
|PRI
|
|auto_increment
|
|-
|
|tribe_id
|int(10)
|
|
|
|
|-
|
|name
|varchar(30)
|
|
|
|
|-
|
|loc_x
|float(10,2)
|
|0.00
|
|
|-
|
|loc_y
|float(10,2)
|
|0.00
|
|
|-
|
|loc_z
|float(10,2)
|
|0.00
|
|
|-
|
|sector_id
|int(10) unsigned
|
|0
|
|
|-
|
|radius
|float(10,2)
|
|0.00
|
|
|}
 
[[Category:Engine documents]]

Latest revision as of 13:04, 11 January 2022

UE Field Type Key Type Default Extra Description
id int(10) PRI auto_increment
tribe_id int(10)
name varchar(30)
loc_x float(10,2) 0.00
loc_y float(10,2) 0.00
loc_z float(10,2) 0.00
sector_id int(10) unsigned 0
radius float(10,2) 0.00