| 1254 | } |
| 1255 | |
| 1256 | bool IsTypeAvailable(int cls_id, int id) const override |
| 1257 | { |
| 1258 | const auto *spec = this->GetSpec(cls_id, id); |
| 1259 | return IsRoadStopAvailable(spec, roadstoptype == RoadStopType::Bus ? StationType::Bus : StationType::Truck); |
| 1260 | } |
| 1261 | |
| 1262 | void DrawType(int x, int y, int cls_id, int id) const override |
| 1263 | { |
nothing calls this directly
no test coverage detected