OpenTTD Source 20250905-master-g122023be8d
|
Yapf Node for ships. More...
#include <yapf_node_ship.hpp>
Additional Inherited Members | |
![]() | |
typedef TKey | Key |
typedef CYapfShipNodeT< TKey > | 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 TKey & | GetKey () const |
int | GetCost () const |
int | GetCostEstimate () const |
bool | GetIsChoice () const |
bool | operator< (const Node &other) const |
void | Dump (DumpTarget &dmp) const |
![]() | |
TKey | key |
Node * | hash_next |
Node * | parent |
int | cost |
int | estimate |
bool | is_choice |
Yapf Node for ships.
Definition at line 20 of file yapf_node_ship.hpp.