OpenTTD Source 20250918-master-g2d13bcb7b9
|
Yapf Node for ships. More...
#include <yapf_node_ship.hpp>
Additional Inherited Members | |
![]() | |
typedef CYapfNodeKeyExitDir | Key |
typedef CYapfShipNode | Node |
![]() | |
void | Set (Node *parent, TileIndex tile, Trackdir td, bool is_choice) |
Node * | GetHashNext () |
void | SetHashNext (Node *pNext) |
TileIndex | GetTile () const |
Trackdir | GetTrackdir () const |
const CYapfNodeKeyExitDir & | GetKey () const |
int | GetCost () const |
int | GetCostEstimate () const |
bool | GetIsChoice () const |
bool | operator< (const Node &other) const |
void | Dump (DumpTarget &dmp) const |
![]() | |
CYapfNodeKeyExitDir | key |
Node * | hash_next |
Node * | parent |
int | cost |
int | estimate |
bool | is_choice |
Yapf Node for ships.
Definition at line 19 of file yapf_node_ship.hpp.