Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dhalo.cpp73 std::vector<map_location> overlayed_hexes_; member in halo::halo_impl::effect
147 overlayed_hexes_(), in effect()
166 overlayed_hexes_.clear(); in set_location()
221 overlayed_hexes_.push_back(*i); in render()
280 for(std::vector<map_location>::const_iterator itor = overlayed_hexes_.begin(); in on_location()
281 itor != overlayed_hexes_.end(); ++itor) { in on_location()
291 return overlayed_hexes_.empty(); in location_not_known()
296 for(std::vector<map_location>::const_iterator itor = overlayed_hexes_.begin(); in add_overlay_location()
297 itor != overlayed_hexes_.end(); ++itor) { in add_overlay_location()