Home
last modified time | relevance | path

Searched defs:RoadStop (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Droadstop_base.h23 enum RoadStopStatusFlags { argument
69 struct RoadStop *next; ///< Next stop of the given type at this station argument
77 ~RoadStop(); argument
83 inline bool HasFreeBay() const in HasFreeBay()
93 inline bool IsFreeBay(uint nr) const in IsFreeBay()
103 inline bool IsEntranceBusy() const in IsEntranceBusy()
112 inline void SetEntranceBusy(bool busy) in SetEntranceBusy()
143 RoadStop *GetNextRoadStop(const struct RoadVehicle *v) const; argument
158 inline uint AllocateBay() in AllocateBay()
174 inline void AllocateDriveThroughBay(uint nr) in AllocateDriveThroughBay()
[all …]
H A Droadstop.cpp21 INSTANTIATE_POOL_METHODS(RoadStop) in INSTANTIATE_POOL_METHODS() argument