Get Map Markers
|
This endpoint runs in game thread. |
Lists all Map Markers Configured.
Response Body
| Name | Type | Description |
|---|---|---|
ID |
String |
Unique ID of the Map Marker. |
Name |
String |
Name of the Map Marker. |
Category |
String |
Category Name (used for custom map markers). |
MapMarkerType |
String |
Enum Value of ERepresentationType |
IconID |
Integer |
Icon ID used in Satisfactory |
ColorSlot |
String |
Marker Color in Hex |
Scale |
Integer |
Map Marker Scale. |
CompassViewDistance |
String |
Enum Value of ECompassViewDistance |
location |
Object |
Location details of the Map Marker. |
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). |