LevelInfo Struct Reference
#include <travel.h>
List of all members.
Constructor & Destructor Documentation
| LevelInfo::LevelInfo |
( |
|
) |
[inline] |
Member Function Documentation
| void LevelInfo::save |
( |
writer & |
outf |
) |
const |
| void LevelInfo::load |
( |
reader & |
inf, |
|
|
int |
minorVersion | |
|
) |
| | |
| std::vector<stair_info>& LevelInfo::get_stairs |
( |
|
) |
[inline] |
| stair_info * LevelInfo::get_stair |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | |
| bool LevelInfo::empty |
( |
|
) |
const |
| bool LevelInfo::know_stair |
( |
const coord_def & |
pos |
) |
const |
| int LevelInfo::get_stair_index |
( |
const coord_def & |
pos |
) |
const |
| void LevelInfo::clear_distances |
( |
|
) |
|
| void LevelInfo::set_level_excludes |
( |
|
) |
|
| const exclude_set& LevelInfo::get_excludes |
( |
|
) |
const [inline] |
| void LevelInfo::update_excludes |
( |
|
) |
|
| void LevelInfo::update |
( |
|
) |
|
| void LevelInfo::update_stair |
( |
const coord_def & |
stairpos, |
|
|
const level_pos & |
p, |
|
|
bool |
guess = false | |
|
) |
| | |
| bool LevelInfo::is_known_branch |
( |
uint8_t |
branch |
) |
const |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following files: