OpenTTD Source 20250506-master-geca826b0a4
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 {}

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


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