Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtarget.cc469 affects_walls(wall_ok), affects_pos(affects_pos_func) in targeter_smite()
536 if (affects_pos && !affects_pos(loc)) in is_affected()
H A Dtarget.h104 bool (*affects_pos)(const coord_def &); variable