Home
last modified time | relevance | path

Searched refs:teleport_monster (Results 1 – 18 of 18) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Ds_convey.lua85 teleport_monster(Ind, args.dir)
/dports/games/moria/umoria/source/
H A Dwands.c133 ident = teleport_monster(dir, k, l); in aim()
H A Dmagic.c162 (void) teleport_monster(dir, char_row, char_col); in cast()
H A Dexterns.h683 int teleport_monster(int, int, int);
1197 int teleport_monster();
H A Dspells.c1737 int teleport_monster(dir, y, x) in teleport_monster() function
/dports/games/zangband/zangband/lib/script/
H A Dobject.lua59 if teleport_monster(dir) then ident = TRUE end
/dports/games/mangband/mangband-1.5.3/src/server/
H A Duse-obj.c1433 if (teleport_monster(p_ptr, dir)) *ident = TRUE; in aim_wand()
1825 if (teleport_monster(p_ptr, dir)) *ident = TRUE; in zap_rod()
2313 teleport_monster(p_ptr, dir); in activate_object()
H A Dx-spell.c1375 (void)teleport_monster(p_ptr, dir); in cast_mage_spell()
2098 (void)teleport_monster(p_ptr, dir); in cast_priest_spell()
H A Dexterns.h980 extern bool teleport_monster(player_type *p_ptr, int dir);
H A Dspells2.c4827 bool teleport_monster(player_type *p_ptr, int dir) in teleport_monster() function
/dports/games/zangband/zangband/src/
H A Dl-spell.pkg175 extern bool teleport_monster(int dir);
H A Dexterns.h721 extern bool teleport_monster(int dir);
H A Dspells2.c3455 bool teleport_monster(int dir) in teleport_monster() function
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dexterns.h607 extern bool teleport_monster(int Ind, int dir);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells.pre238 extern bool teleport_monster(int Ind, int dir);
H A Dcmd6.c3535 if (teleport_monster(Ind, dir)) ident = TRUE;
4271 if (teleport_monster(Ind, dir)) ident = TRUE;
6263 teleport_monster(Ind, dir);
H A Dexterns.h1585 extern bool teleport_monster(int Ind, int dir);
H A Dspells2.c6732 bool teleport_monster(int Ind, int dir) in teleport_monster() function