#include <travel.h>

Public Types | |
| enum | stair_type { PHYSICAL, PLACEHOLDER } |
Public Member Functions | |
| stair_info () | |
| void | clear_distance () |
| void | save (writer &) const |
| void | load (reader &) |
| std::string | describe () const |
| bool | can_travel () const |
Public Attributes | |
| coord_def | position |
| dungeon_feature_type | grid |
| level_pos | destination |
| int | distance |
| bool | guessed_pos |
| stair_type | type |
| stair_info::stair_info | ( | ) | [inline] |
| void stair_info::clear_distance | ( | ) | [inline] |
| void stair_info::save | ( | writer & | outf | ) | const |

| void stair_info::load | ( | reader & | inf | ) |

| std::string stair_info::describe | ( | ) | const |

| bool stair_info::can_travel | ( | ) | const [inline] |
1.5.6