TrainLoads: Difference between revisions

From SignalWiki
Jump to navigation Jump to search
(Added TrainLoads page)
 
m (Removed double idents)
 
Line 16: Line 16:
;LoadName_NL
;LoadName_NL
:(string)
:(string)
::Descripition of the load in the dutch language
:Descripition of the load in the dutch language


;LoadName_DE
;LoadName_DE
:(string)
:(string)
::Descripition of the load in the german language
:Descripition of the load in the german language


;LoadClass
;LoadClass
:(int)
:(int)
Value of ID in the table [[LoadTypes]]. Defines to which category this load belongs.
:Value of field ''ID'' in the table [[LoadTypes]]. Defines to which category this load belongs.


=Examples=
=Examples=

Latest revision as of 23:52, 17 December 2011

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