|
OpenTTD Source
14.0-beta3
|
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 | m_dest |
YAPF destination provider for water regions.
Definition at line 125 of file yapf_ship_regions.cpp.