|
OpenTTD Source 20260531-master-g0e951f3528
|
Data related to rail signals. More...
Go to the source code of this file.
Variables | |
| const TrackdirIndexArray< uint8_t > | _signal_along_trackdir |
| Maps a trackdir to the bit that stores its status in the map arrays, in the direction along with the trackdir. | |
| const TrackdirIndexArray< uint8_t > | _signal_against_trackdir |
| Maps a trackdir to the bit that stores its status in the map arrays, in the direction against the trackdir. | |
| const TrackIndexArray< 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().