OpenTTD
|
Yapf Node Key that evaluates hash from (and compares) tile & exit dir. More...
#include <yapf_node.hpp>
Public Member Functions | |
void | Set (TileIndex tile, Trackdir td) |
int | CalcHash () const |
bool | operator== (const CYapfNodeKeyExitDir &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields | |
TileIndex | m_tile |
Trackdir | m_td |
DiagDirection | m_exitdir |
Yapf Node Key that evaluates hash from (and compares) tile & exit dir.
Definition at line 16 of file yapf_node.hpp.