Home
last modified time | relevance | path

Searched refs:exclude_center (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcoordit.h69 bool exclude_center = false);
71 los_type los, bool exclude_center = false);
73 bool exclude_center = false);
149 bool exclude_center = true,
H A Dspl-util.cc641 bool exclude_center, int max_targs) in apply_random_around_square() argument
648 if (max_targs >= 9 && !exclude_center) in apply_random_around_square()
651 if (max_targs >= 8 && exclude_center) in apply_random_around_square()
658 for (adjacent_iterator ai(where, exclude_center); ai; ++ai) in apply_random_around_square()
H A Dcoordit.cc357 bool exclude_center, int _max_radius) : in distance_iterator() argument
370 if (exclude_center) in distance_iterator()