OpenTTD Source
20241108-master-g80f628063a
|
This struct contains information about the end of a reserved path. More...
#include <pbs.h>
Public Member Functions | |
PBSTileInfo () | |
Create an empty PBSTileInfo. | |
PBSTileInfo (TileIndex _t, Trackdir _td, bool _okay) | |
Create a PBSTileInfo with given tile, track direction and safe waiting position information. More... | |
Data Fields | |
TileIndex | tile |
Tile the path ends, INVALID_TILE if no valid path was found. | |
Trackdir | trackdir |
The reserved trackdir on the tile. | |
bool | okay |
True if tile is a safe waiting position, false otherwise. | |
This struct contains information about the end of a reserved path.
Create a PBSTileInfo with given tile, track direction and safe waiting position information.
_t | The tile where the path ends. |
_td | The reserved track dir on the tile. |
_okay | Whether the tile is a safe waiting point or not. |