TrainLoads
Jump to navigation
Jump to search
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
In the table TrainLoads the specific type of loads are defined. A type of load has to be part of load category, i.e. Paletted Loads Vehicles can only carry loads that belong to a specific category.
Table definition
- ID
- (int)
- Automatically incremented.
- LoadName_EN
- (string)
- Descripition of the load in the english language
- LoadName_NL
- (string)
- Descripition of the load in the dutch language
- LoadName_DE
- (string)
- Descripition of the load in the german language
- LoadClass
- (int)
- Value of field ID in the table LoadTypes. Defines to which category this load belongs.
Examples
ID | LoadName_EN | LoadName_NL | LoadName_DE | LoadClass |
1 | Iron Ore | Ijzererts | Eisenerz | Pellettized Non-Food Loads |
2 | Grain | Graan | Korn | Pellettized Food Loads |
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers