OpenTTD Source 20241224-master-gee860a5c8e
|
Helper for finding RVs in a road stop. More...
Data Fields | |
RVList | vehicles |
The list of vehicles to possibly add to. | |
DiagDirection | dir |
The direction the vehicle has to face to be added. | |
Helper for finding RVs in a road stop.
Definition at line 315 of file roadstop.cpp.
DiagDirection RoadStopEntryRebuilderHelper::dir |
The direction the vehicle has to face to be added.
Definition at line 317 of file roadstop.cpp.
Referenced by FindVehiclesInRoadStop(), and RoadStop::Entry::Rebuild().
RVList RoadStopEntryRebuilderHelper::vehicles |
The list of vehicles to possibly add to.
Definition at line 316 of file roadstop.cpp.
Referenced by FindVehiclesInRoadStop(), and RoadStop::Entry::Rebuild().