|
OpenTTD Source 20260109-master-g241b5fcdfe
|
Settings related to orders. More...
#include <settings_type.h>
Data Fields | |
| bool | improved_load |
| improved loading algorithm | |
| bool | gradual_loading |
| load vehicles gradually | |
| bool | selectgoods |
| only send the goods to station if a train has been there | |
| bool | no_servicing_if_no_breakdowns |
| don't send vehicles to depot when breakdowns are disabled | |
| bool | serviceathelipad |
| service helicopters at helipads automatically (no need to send to depot) | |
| bool | station_length_loading_penalty |
| make trains longer than the station load more slowly | |
Settings related to orders.
Definition at line 524 of file settings_type.h.
| bool OrderSettings::gradual_loading |
load vehicles gradually
Definition at line 526 of file settings_type.h.
Referenced by GetLoadAmount(), InitializePatchFlags(), and LoadUnloadVehicle().
| bool OrderSettings::improved_load |
improved loading algorithm
Definition at line 525 of file settings_type.h.
Referenced by InitializePatchFlags(), and LoadUnloadVehicle().
| bool OrderSettings::no_servicing_if_no_breakdowns |
don't send vehicles to depot when breakdowns are disabled
Definition at line 528 of file settings_type.h.
Referenced by CheckVehicleBreakdown(), and Vehicle::NeedsServicing().
| bool OrderSettings::selectgoods |
only send the goods to station if a train has been there
Definition at line 527 of file settings_type.h.
Referenced by UpdateStationRating().
| bool OrderSettings::serviceathelipad |
service helicopters at helipads automatically (no need to send to depot)
Definition at line 529 of file settings_type.h.
Referenced by AircraftEventHandler_AtTerminal().
| bool OrderSettings::station_length_loading_penalty |
make trains longer than the station load more slowly
Definition at line 530 of file settings_type.h.
Referenced by UpdateLoadUnloadTicks().