OpenTTD Source 20260206-master-g4d4e37dbf1
RoadStop::Entries Struct Reference

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.

Detailed Description

Container for both east and west entry points.

Definition at line 65 of file roadstop_base.h.

Field Documentation

◆ east

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::MakeDriveThrough(), and RoadStop::Entry::Rebuild().

◆ west

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(), and RoadStop::MakeDriveThrough().


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