#include <place-info.h>
Public Member Functions | |
PlaceInfo () | |
bool | is_global () const |
void | make_global () |
void | assert_validity () const |
const std::string | short_name () const |
const PlaceInfo & | operator+= (const PlaceInfo &other) |
const PlaceInfo & | operator-= (const PlaceInfo &other) |
PlaceInfo | operator+ (const PlaceInfo &other) const |
PlaceInfo | operator- (const PlaceInfo &other) const |
Public Attributes | |
int | level_type |
int | branch |
unsigned int | num_visits |
unsigned int | levels_seen |
unsigned int | mon_kill_exp |
unsigned int | mon_kill_exp_avail |
unsigned int | mon_kill_num [KC_NCATEGORIES] |
int | turns_total |
int | turns_explore |
int | turns_travel |
int | turns_interlevel |
int | turns_resting |
int | turns_other |
int | elapsed_total |
int | elapsed_explore |
int | elapsed_travel |
int | elapsed_interlevel |
int | elapsed_resting |
int | elapsed_other |
PlaceInfo::PlaceInfo | ( | ) |
bool PlaceInfo::is_global | ( | ) | const |
void PlaceInfo::make_global | ( | ) |
void PlaceInfo::assert_validity | ( | ) | const |
const std::string PlaceInfo::short_name | ( | ) | const |
unsigned int PlaceInfo::num_visits |
unsigned int PlaceInfo::levels_seen |
unsigned int PlaceInfo::mon_kill_exp |
unsigned int PlaceInfo::mon_kill_exp_avail |
unsigned int PlaceInfo::mon_kill_num[KC_NCATEGORIES] |