#include <pbs.h>
Public Member Functions | |
PBSTileInfo (TileIndex _t, Trackdir _td, bool _okay) | |
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. |
Definition at line 28 of file pbs.h.