Home
last modified time | relevance | path

Searched refs:P_FindOtherPlayer (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dplayer.h344 int P_FindOtherPlayer(int playerNum, int32_t *pDist);
H A Dplayer.cpp3905 int P_FindOtherPlayer(int playerNum, int32_t *pDist) in P_FindOtherPlayer() function
H A Dgameexec.cpp5484 aGameVars[g_returnVarID].global = P_FindOtherPlayer(vm.playerNum, &tw);
H A Dactors.cpp1396 otherp = P_FindOtherPlayer(P_GetP(pSprite), &otherPlayerDist); in G_MovePlayers()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dplayer.h346 int P_FindOtherPlayer(int playerNum, int32_t *pDist);
H A Dplayer.cpp5436 int P_FindOtherPlayer(int playerNum, int32_t *pDist) in P_FindOtherPlayer() function
H A Dactors.cpp1176 otherp = P_FindOtherPlayer(P_GetP(pSprite), &otherPlayerDist); in G_MovePlayers()