Sc tribe assetsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment |IDs for assets |- | |tribe_id |int(10) | |0 | | |- | |name |varchar(30) | | | | |- | |type |int(2) | |0 | | |- | |coordX |float | |0 | | |- | |coordY |float | |0 | | |- | |coordZ |float | |0 | | |- | |sector_id |int(10) | |3 | | |- | |itemID |int(10) | |0 | | |- | |quantity |int(10) | |0 | | -1 if its a building |- | |status |int(1) | |0 | |..." |
(No difference)
|
Latest revision as of 15:04, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) | PRI | auto_increment | IDs for assets | ||
tribe_id | int(10) | 0 | ||||
name | varchar(30) | |||||
type | int(2) | 0 | ||||
coordX | float | 0 | ||||
coordY | float | 0 | ||||
coordZ | float | 0 | ||||
sector_id | int(10) | 3 | ||||
itemID | int(10) | 0 | ||||
quantity | int(10) | 0 | -1 if its a building | |||
status | int(1) | 0 |