OpenTTD Source 20241224-master-gee860a5c8e
RoadStopEntryRebuilderHelper Struct Reference

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.
 

Detailed Description

Helper for finding RVs in a road stop.

Definition at line 315 of file roadstop.cpp.

Field Documentation

◆ dir

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().

◆ vehicles

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().


The documentation for this struct was generated from the following file: