A Road chunk represents road data used by the navigation system.
These are used in conjunction with Intersection (0x3000004) chunks to form a road network.
Data Structure
| Property | Data Type | Description |
|---|---|---|
| Name | string | TODO |
| Type | uint32 | TODO |
| StartIntersection | string | TODO |
| EndIntersection | string | TODO |
| MaximumCars | uint32 | TODO |
| Speed | uint8 | TODO |
| Intelligence | uint8 | TODO |
| Shortcut | bool | TODO |
Parents
No valid parents.