Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h520 int count_monsters(monster_type mtyp, bool friendly_only);
H A Dmon-util.cc5204 int count_monsters(monster_type mtyp, bool friendly_only) in count_monsters() argument
5210 && (!friendly_only || mons.friendly()); in count_monsters()