OpenTTD Source 20241224-master-gf74b0cf984
FindTrainOnTrackInfo Struct Reference

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.
 
Trainbest
 The currently "best" vehicle we have found.
 

Detailed Description

Helper struct for finding the best matching vehicle on a specific track.

Definition at line 254 of file pbs.cpp.

Constructor & Destructor Documentation

◆ FindTrainOnTrackInfo()

FindTrainOnTrackInfo::FindTrainOnTrackInfo ( )
inline

Init the best location to nullptr always!

Definition at line 259 of file pbs.cpp.

Field Documentation

◆ best

Train* FindTrainOnTrackInfo::best

The currently "best" vehicle we have found.

Definition at line 256 of file pbs.cpp.

Referenced by FindTrainOnTrackEnum(), FollowTrainReservation(), and GetTrainForReservation().

◆ res

PBSTileInfo FindTrainOnTrackInfo::res

Information about the track.

Definition at line 255 of file pbs.cpp.

Referenced by FindTrainOnTrackEnum(), FollowTrainReservation(), and GetTrainForReservation().


The documentation for this struct was generated from the following file: