* Get default climate-dependent cargo translation table for a NewGRF, used if the NewGRF does not provide its own. * @return Default translation table for GRF version. */
| 111 | * @return Default translation table for GRF version. |
| 112 | */ |
| 113 | std::span<const CargoLabel> GetClimateDependentCargoTranslationTable() |
| 114 | { |
| 115 | return _climate_dependent_cargo_labels; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Get default climate-independent cargo translation table for a NewGRF, used if the NewGRF does not provide its own. |
no outgoing calls
no test coverage detected