Get Radar Tower
Gets a list of all radar towers.
Response Body
| Name | Type | Description |
|---|---|---|
ID |
String |
Unique ID of the Space Elevator. |
Name |
String |
Name of the Space Elevator. |
ClassName |
String |
ClassName of the Space Elevator. |
location |
Object |
Location details of the Space Elevator. |
x |
Float |
X Location in the World. |
y |
Float |
Y Location in the World. |
z |
Float |
Z Location in the World. |
rotation |
Float |
Rotation of the Actor (0 - 359, 0 = North, 90 = East, 180 = South, 270 = West). |
ColorSlot |
Object |
Color/Decoration information about the Actor. |
PrimaryColor |
String |
Hex Code of Primary Color |
SecondaryColor |
String |
Hex Code of Secondary Color |
BoundingBox |
Object |
Bounding Box information about the Actor. |
min |
Object |
The minimum boundary of the bounding box in the corresponding axis. |
x |
Float |
Value along the X-axis. |
y |
Float |
Value along the Y-axis. |
z |
Float |
Value along the Z-axis. |
max |
Object |
The maximum boundary of the bounding box in the corresponding axis. |
x |
Float |
Value along the X-axis. |
y |
Float |
Value along the Y-axis. |
z |
Float |
Value along the Z-axis. |
RevealRadius |
Integer |
Radar Tower Scan Radius |
RevealType |
String |
Reveal Type |
ScannedResourceNodes |
Object |
Scanned Resource Nodes Object |
ID |
String |
Unique ID of the Resource Node. |
Name |
String |
Name of the Resource Node. |
ClassName |
String |
Class Name of the Resource Node. |
Purity |
String |
Purity in a readable format: |
EnumPurity |
String |
Enum Purity Value: |
ResourceForm |
String |
Resource Form of the Node. |
NodeType |
String |
Type of the Node. |
Exploited |
Boolean |
Is the resource node occupied? |
Fauna |
Object |
Fauna Scanned. |
Name |
Float |
Fauna’s Name |
ClassName |
Float |
Fauna’s UE Class Name |
Remaining |
Float |
Fauna’s Remaining |
Signal |
Object |
Signals Scanned. |
Name |
Float |
Signal’s Name |
ClassName |
Float |
Signal’s UE Class Name |
Remaining |
Float |
Signal’s Remaining |
Flora |
Object |
Flora Scanned. |
Name |
Float |
Flora’s Name |
ClassName |
Float |
Flora’s UE Class Name |
Remaining |
Float |
Flora’s Remaining |
features |
Object |
An object with actor coordinates and name information. |
properties |
Object |
Name information about the actor. |
name |
String |
Display Name of the Actor. |
type |
String |
Type of the Object. |
geometry |
Object |
Geometry information about the Actor. |
coordinates |
Object |
The Actor coordinates. |
x |
Float |
X Location of the Actor. |
y |
Float |
Y Location of the Actor. |
z |
Float |
Z Location of the Actor. |
type |
String |
It’s always "Point". |
Example Response
[
{
"ID": "Build_RadarTower_C_2147451028",
"Name": "Radar Tower",
"ClassName": "Build_RadarTower_C",
"location": {
"x": -78600,
"y": 239600,
"z": 21100.0078125,
"rotation": 90
},
"BoundingBox": {
"min": {
"x": -79100,
"y": 239100,
"z": 21100.0078125
},
"max": {
"x": -78100,
"y": 240100,
"z": 32900.0078125
}
},
"ColorSlot": {
"PrimaryColor": "C800BD00",
"SecondaryColor": "C800BD00"
},
"RevealRadius": 100000,
"RevealType": "FOWRT_None",
"ScannedResourceNodes": [
{
"ID": "BP_ResourceNode126_6409",
"Name": "Iron Ore",
"ClassName": "Desc_OreIron_C",
"Purity": "Pure",
"EnumPurity": "RP_Pure",
"ResourceForm": "Solid",
"NodeType": "Node",
"Exploited": false,
"location": {
"x": -96100.7109375,
"y": 163752.859375,
"z": -3734.49267578125,
"rotation": 120.574010848999
}
},
{
"ID": "BP_ResourceNode127",
"Name": "Copper Ore",
"ClassName": "Desc_OreCopper_C",
"Purity": "Normal",
"EnumPurity": "RP_Normal",
"ResourceForm": "Solid",
"NodeType": "Node",
"Exploited": false,
"location": {
"x": -94265.1171875,
"y": 165842.203125,
"z": -3734.83447265625,
"rotation": 81.1117086410523
}
},
{
"ID": "BP_ResourceNode172",
"Name": "SAM",
"ClassName": "Desc_SAM_C",
"Purity": "Normal",
"EnumPurity": "RP_Normal",
"ResourceForm": "Solid",
"NodeType": "Node",
"Exploited": false,
"location": {
"x": -24065.671875,
"y": 269858.09375,
"z": -13353.7685546875,
"rotation": 90
}
}
],
"Fauna": [
{
"Name": "Fluffy-Tailed Hog",
"ClassName": "Desc_HogBasic_C",
"Amount": 1
},
{
"Name": "Unknown File Error #6265616e",
"ClassName": "Desc_SpaceGiraffe_C",
"Amount": 1
},
{
"Name": "Small Stinger",
"ClassName": "Desc_StingerSmall_C",
"Amount": 1
}
],
"Signal": [
{
"Name": "Somersloop",
"ClassName": "Desc_WAT1_C",
"Amount": 6
},
{
"Name": "Mercer Sphere",
"ClassName": "Desc_WAT2_C",
"Amount": 14
},
{
"Name": "Blue Power Slug",
"ClassName": "Desc_Crystal_C",
"Amount": 57
},
{
"Name": "Hard Drive",
"ClassName": "Desc_HardDrive_C",
"Amount": 5
}
],
"Flora": [
{
"Name": "Berry Bush Plant",
"ClassName": "Desc_BerryBush_C",
"Amount": 1
},
{
"Name": "Bacon Agaric",
"ClassName": "Desc_Shroom_C",
"Amount": 1
},
{
"Name": "Nut Bush Plant",
"ClassName": "Desc_NutBush_C",
"Amount": 1
}
],
"features": {
"properties": {
"name": "Radar Tower",
"type": "Radar Tower"
},
"geometry": {
"coordinates": {
"x": -78600,
"y": 239600,
"z": 21100.0078125
},
"type": "Point"
}
}
}
]