Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dp_support.lua109 detect_creatures(Ind)
135 detect_creatures(Ind)
H A Ds_divin.lua162 detect_creatures(Ind)
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells2.h68 unsigned char detect_creatures( int pow );
H A Dspells2.cc109 unsigned char detect_creatures( int pow ) in detect_creatures() function
H A Dspl-cast.cc1532 detect_creatures(powc); in your_spells()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-goditem.h72 int detect_creatures(int pow, bool telepathic = false);
H A Dspl-goditem.cc708 int detect_creatures(int pow, bool telepathic) in detect_creatures() function
H A Dxom.cc592 const int num_creatures = detect_creatures(sever); in _xom_detect_creatures()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dx-spell.c1180 (void)detect_creatures(p_ptr, TRUE); in cast_mage_spell()
1912 (void)detect_creatures(p_ptr, TRUE); in cast_priest_spell()
H A Dspells2.c1709 bool detect_creatures(player_type *p_ptr, bool pause) in detect_creatures() function
1827 detected_creatures = detect_creatures(p_ptr, FALSE); in detection()
H A Dexterns.h928 extern bool detect_creatures(player_type *p_ptr, bool pause);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells.pre153 extern bool detect_creatures(int Ind);
H A Dspells2.c2400 bool detect_creatures(int Ind) { in detect_creatures() function
2586 if (detect_creatures(Ind)) detect = TRUE; /* not radius-ed for now */ in detection()
H A Dexterns.h1506 extern bool detect_creatures(int Ind);
H A Dspells1.c9744 (void)detect_creatures(Ind);