* Check whether this feature has chain index, i.e. refers to ground vehicles. */
| 294 | * Check whether this feature has chain index, i.e. refers to ground vehicles. |
| 295 | */ |
| 296 | bool HasChainIndex() const |
| 297 | { |
| 298 | GrfSpecFeature f = GetFeatureNum(this->window_number); |
| 299 | return f == GSF_TRAINS || f == GSF_ROADVEHICLES; |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * Get the feature index. |
no test coverage detected