#include <exclude.h>
Public Member Functions | |
travel_exclude (const coord_def &p, int r=LOS_RADIUS, bool autoex=false, std::string desc="", bool vault=false) | |
travel_exclude () | |
int | radius_sq () const |
bool | in_bounds (const coord_def &p) const |
bool | affects (const coord_def &p) const |
Public Attributes | |
coord_def | pos |
int | radius |
los_def | los |
bool | uptodate |
bool | autoex |
std::string | desc |
bool | vault |
Friends | |
class | exclude_set |
travel_exclude::travel_exclude | ( | const coord_def & | p, | |
int | r = LOS_RADIUS , |
|||
bool | autoex = false , |
|||
std::string | desc = "" , |
|||
bool | vault = false | |||
) |
travel_exclude::travel_exclude | ( | ) |
int travel_exclude::radius_sq | ( | ) | const |
bool travel_exclude::in_bounds | ( | const coord_def & | p | ) | const |
bool travel_exclude::affects | ( | const coord_def & | p | ) | const |
friend class exclude_set [friend] |