Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h566 bool search_slots(function<bool (const mon_spell_slot &)> func) const;
H A Dmonster.cc713 bool monster::search_slots(function<bool (const mon_spell_slot &)> func) const in search_slots() function in monster
720 return search_slots([&] (const mon_spell_slot &s) in search_spells()
4106 return search_slots([] (const mon_spell_slot& slot) in antimagic_susceptible()
4948 return search_slots([] (const mon_spell_slot& slot) in is_priest()
4964 return search_slots([] (const mon_spell_slot& slot) in is_actual_spellcaster()