Home
last modified time | relevance | path

Searched refs:teleport_player_to_force (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dexterns.h1435 extern void teleport_player_to_force(int Ind, int ny, int nx);
H A Dslash.c6699 teleport_player_to_force(p, p_ptr->py, p_ptr->px);
6712 teleport_player_to_force(Ind, q_ptr->py, q_ptr->px);
H A Dspells1.c1197 void teleport_player_to_force(int Ind, int ny, int nx) { in teleport_player_to_force() function