Train
{
type: "train",
driver: "76561199051221571",
game: "ets2",
details: {
source: {
name: "Calais",
id: "tunnel_c"
},
destination: {
name: "Folkestone",
id: "tunnel_d"
},
amount: 300,
target: {
name: "Folkestone",
id: "tunnel_d"
}
}
}
| Parameter | Type |
|---|---|
type | String |
driver | String |
game | String |
details.source | Object |
details.destination | Object |
details.amount | Number |
details.target | Object |