OpenTTD Source
20241111-master-gce64d5f5d9
|
YAPF destination provider for water regions. More...
Public Types | |
typedef Types::Tpf | Tpf |
The pathfinder class (derived from THIS class). | |
typedef Types::NodeList::Titem | Node |
This will be our node type. | |
typedef Node::Key | Key |
Key to hash tables. | |
Public Member Functions | |
void | SetDestination (const WaterRegionPatchDesc &water_region_patch) |
bool | PfDetectDestination (Node &n) const |
bool | PfCalcEstimate (Node &n) |
Protected Member Functions | |
Tpf & | Yapf () |
Protected Attributes | |
Key | dest |
YAPF destination provider for water regions.
Definition at line 126 of file yapf_ship_regions.cpp.