#include <pathfinder_type.h>
Public Member Functions | |
FindDepotData (TileIndex tile=INVALID_TILE, uint best_length=UINT_MAX, bool reverse=false) | |
Create an instance of this structure. | |
Data Fields | |
TileIndex | tile |
The tile of the depot. | |
uint | best_length |
The distance towards the depot in penalty, or UINT_MAX if not found. | |
bool | reverse |
True if reversing is necessary for the train to get to this depot. |
Definition at line 44 of file pathfinder_type.h.
FindDepotData::FindDepotData | ( | TileIndex | tile = INVALID_TILE , |
|
uint | best_length = UINT_MAX , |
|||
bool | reverse = false | |||
) | [inline] |
Create an instance of this structure.
tile | the tile of the depot | |
best_length | the distance towards the depot, or UINT_MAX if not found | |
reverse | whether we need to reverse first. |
Definition at line 55 of file pathfinder_type.h.