|
OpenTTD Source
1.10.0-RC1
|
Helper struct for finding the best matching vehicle on a specific track. More...
Public Member Functions | |
| FindTrainOnTrackInfo () | |
| Init the best location to nullptr always! | |
Data Fields | |
| PBSTileInfo | res |
| Information about the track. | |
| Train * | best |
| The currently "best" vehicle we have found. | |
Helper struct for finding the best matching vehicle on a specific track.