FreightTemplates
Revision as of 01:39, 24 August 2012 by Charlie (talk | contribs) (Created page with '{{DeveloperNav}} Defines templates from which to create randomized freight traffic. ;ID :(int) :Automatically incremented. ;TemplateID :(int) :Entries with the same value be…')
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
Defines templates from which to create randomized freight traffic.
- ID
- (int)
- Automatically incremented.
- TemplateID
- (int)
- Entries with the same value belong to the same consist.
- Min
- (int)
- Max
- (int)
- VehicleID
- (int)
- References a vehicle type from the Vehicles table.
- PercentLoaded
- (int)
- Value between 0 and 100, inclusive.
- MeanLoaded
- (double)
- RESERVED
- VarianceLoaded
- (double)
- RESERVED
- LoadedType
- (int)
- Defines the type of load as defined in the LoadTypes table.
- Destination
- (string)
- Defines the final destination of a vehicle.
- LoadedMass
- (int)
- Defines the total content weight of the vehicle (not the tare weight).
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers