Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h615 bool search_spells(function<bool (spell_type)> func) const;
H A Dmonster.cc718 bool monster::search_spells(function<bool (spell_type)> func) const in search_spells() function in monster
726 return search_spells(bind(spell_typematch, placeholders::_1, discipline)); in has_spell_of_type()
2907 return search_spells([=] (spell_type sp) { return sp == spell; } ); in has_spell()
2922 return search_spells(is_unclean_spell); in has_unclean_spell()
2927 return search_spells(is_chaotic_spell); in has_chaotic_spell()