* Get default climate-independent cargo translation table for a NewGRF, used if the NewGRF does not provide its own. * @return Default translation table for GRF version. */
| 120 | * @return Default translation table for GRF version. |
| 121 | */ |
| 122 | std::span<const CargoLabel> GetClimateIndependentCargoTranslationTable() |
| 123 | { |
| 124 | return _climate_independent_cargo_labels; |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Build cargo label map. |
no outgoing calls
no test coverage detected