|
OpenTTD Source 20260311-master-g511d3794ce
|
Data related to rail signals. More...
Go to the source code of this file.
Variables | |
| const uint8_t | _signal_along_trackdir [TRACKDIR_END] |
| Maps a trackdir to the bit that stores its status in the map arrays, in the direction along with the trackdir. | |
| const uint8_t | _signal_against_trackdir [TRACKDIR_END] |
| Maps a trackdir to the bit that stores its status in the map arrays, in the direction against the trackdir. | |
| const uint8_t | _signal_on_track [] |
| Maps a Track to the bits that store the status of the two signals that can be present on the given track. | |
Data related to rail signals.
Definition in file signal_data.h.
|
extern |
Maps a trackdir to the bit that stores its status in the map arrays, in the direction against the trackdir.
Referenced by SignalAgainstTrackdir().
|
extern |
Maps a trackdir to the bit that stores its status in the map arrays, in the direction along with the trackdir.
Referenced by SignalAlongTrackdir().
|
extern |
Maps a Track to the bits that store the status of the two signals that can be present on the given track.
Referenced by SignalOnTrack().