OpenTTD Source 20251213-master-g1091fa6071
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 64 of file roadstop_base.h.

Field Documentation

◆ east

Entry RoadStop::Entries::east {}

◆ west

Entry RoadStop::Entries::west {}

Information for vehicles that entered from the west.

Definition at line 66 of file roadstop_base.h.

Referenced by RoadStop::ClearDriveThrough(), RoadStop::GetEntry(), RoadStop::GetEntry(), and RoadStop::MakeDriveThrough().


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