We currently have getCrateInv, which returns all dismantle/death crates in the world and where they are, but there's no endpoint to return loose/dropped items, such as the scattered drops around drop pods, mob drops, or player-dropped items. If it's possible, I'd like to see this added. Recommended structure something like,
[
{
"Name": "Circuit Board",
"ClassName": "Desc_CircuitBoard_C",
"Amount": 6,
"MaxAmount": 200
"features": {
"geometry": {
"coordinates": {
"x": -34920.22265625,
"y": -51902.35546875,
"z": -21391.41015625
},
"type": "Point"
}
}
}
]
We currently have getCrateInv, which returns all dismantle/death crates in the world and where they are, but there's no endpoint to return loose/dropped items, such as the scattered drops around drop pods, mob drops, or player-dropped items. If it's possible, I'd like to see this added. Recommended structure something like,