#include "AppHdr.h"
#include <algorithm>
#include "mapmark.h"
#include "clua.h"
#include "cluautil.h"
#include "coordit.h"
#include "directn.h"
#include "dlua.h"
#include "libutil.h"
#include "l_defs.h"
#include "l_libs.h"
#include "stuff.h"
#include "env.h"
#include "tags.h"
Functions | |
bool | marker_vetoes_operation (const char *op) |
bool | feature_marker_at (const coord_def &pos, dungeon_feature_type feat) |
coord_def | find_marker_position_by_prop (const std::string &prop, const std::string &expected) |
std::vector< coord_def > | find_marker_positions_by_prop (const std::string &prop, const std::string &expected, unsigned maxresults) |
std::vector< map_marker * > | find_markers_by_prop (const std::string &prop, const std::string &expected, unsigned maxresults) |
void | remove_markers_and_listeners_at (coord_def p) |
bool feature_marker_at | ( | const coord_def & | pos, | |
dungeon_feature_type | feat | |||
) |
coord_def find_marker_position_by_prop | ( | const std::string & | prop, | |
const std::string & | expected | |||
) |
std::vector<coord_def> find_marker_positions_by_prop | ( | const std::string & | prop, | |
const std::string & | expected, | |||
unsigned | maxresults | |||
) |
std::vector<map_marker*> find_markers_by_prop | ( | const std::string & | prop, | |
const std::string & | expected, | |||
unsigned | maxresults | |||
) |
bool marker_vetoes_operation | ( | const char * | op | ) |
void remove_markers_and_listeners_at | ( | coord_def | p | ) |