OpenTTD Source 20250506-master-geca826b0a4
|
Container for both east and west entry points. More...
#include <roadstop_base.h>
Data Fields | |
Entry | east {} |
Information for vehicles that entered from the east. | |
Entry | west {} |
Information for vehicles that entered from the west. | |
Container for both east and west entry points.
Definition at line 65 of file roadstop_base.h.
Entry RoadStop::Entries::east {} |
Information for vehicles that entered from the east.
Definition at line 66 of file roadstop_base.h.
Referenced by RoadStop::Entry::CheckIntegrity(), RoadStop::ClearDriveThrough(), RoadStop::GetEntry(), RoadStop::GetEntry(), RoadStop::MakeDriveThrough(), and RoadStop::Entry::Rebuild().
Entry RoadStop::Entries::west {} |
Information for vehicles that entered from the west.
Definition at line 67 of file roadstop_base.h.
Referenced by RoadStop::ClearDriveThrough(), RoadStop::GetEntry(), RoadStop::GetEntry(), and RoadStop::MakeDriveThrough().