Files
2077-gps-mod/samples/traffic_resource.json
T

41 lines
878 B
JSON

{
"Data": {
"RootChunk": {
"data": {
"lanes": [
{
"flags": 16400,
"maxSpeed": 55,
"length": 240.0,
"laneNumber": 1,
"playerGPSInfo": {
"subGraphId": 1,
"stronglyConnectedComponentId": 2
}
},
{
"flags": 16,
"maxSpeed": 25,
"length": 80.0,
"laneNumber": 2,
"playerGPSInfo": {
"subGraphId": 1,
"stronglyConnectedComponentId": 2
}
},
{
"flags": 24,
"maxSpeed": 10,
"length": 25.0,
"laneNumber": 3,
"playerGPSInfo": {
"subGraphId": 1,
"stronglyConnectedComponentId": 2
}
}
]
}
}
}
}