OpenTTD Source
20241108-master-g80f628063a
|
Settings related to all pathfinders. More...
#include <settings_type.h>
Data Fields | |
bool | roadveh_queue |
buggy road vehicle queueing | |
bool | forbid_90_deg |
forbid trains to make 90 deg turns | |
bool | reverse_at_signals |
whether to reverse at signals at all | |
uint8_t | wait_oneway_signal |
waitingtime in days before a oneway signal | |
uint8_t | wait_twoway_signal |
waitingtime in days before a twoway signal | |
bool | reserve_paths |
always reserve paths regardless of signal type. | |
uint8_t | wait_for_pbs_path |
how long to wait for a path reservation. | |
uint8_t | path_backoff_interval |
ticks between checks for a free path. | |
YAPFSettings | yapf |
pathfinder settings for the yet another pathfinder | |
Settings related to all pathfinders.
Definition at line 464 of file settings_type.h.