Home
last modified time | relevance | path

Searched refs:P_GetPlayerNum (Results 1 – 21 of 21) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dplayer.h73 int P_GetPlayerNum(player_t const *plr);
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_user.c479 int P_GetPlayerNum(player_t * player) in P_GetPlayerNum() function
524 playerNum = P_GetPlayerNum(player); in P_UndoPlayerMorph()
668 playerNum = P_GetPlayerNum(player); in P_PlayerThink()
H A Dp_local.h114 int P_GetPlayerNum(player_t * player);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_user.c479 int P_GetPlayerNum(player_t * player) in P_GetPlayerNum() function
524 playerNum = P_GetPlayerNum(player); in P_UndoPlayerMorph()
668 playerNum = P_GetPlayerNum(player); in P_PlayerThink()
H A Dp_local.h114 int P_GetPlayerNum(player_t * player);
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_user.c477 int P_GetPlayerNum(player_t *player) in P_GetPlayerNum() function
527 playerNum = P_GetPlayerNum(player); in P_UndoPlayerMorph()
675 playerNum = P_GetPlayerNum(player); in P_PlayerThink()
/dports/games/heretic/glheretic-1.2/
H A Dp_user.c443 int P_GetPlayerNum(player_t *player) in P_GetPlayerNum() function
503 playerNum = P_GetPlayerNum(player); in P_UndoPlayerChicken()
H A Dp_local.h111 int P_GetPlayerNum(player_t *player);
H A Dp_pspr.c1469 MissileMobj->special2 = P_GetPlayerNum(player); in A_FireSkullRodPL2()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_user.c444 int P_GetPlayerNum(player_t * player) in P_GetPlayerNum() function
502 playerNum = P_GetPlayerNum(player); in P_UndoPlayerChicken()
H A Dp_local.h121 int P_GetPlayerNum(player_t * player);
H A Dp_pspr.c1448 MissileMobj->special2.i = P_GetPlayerNum(player); in A_FireSkullRodPL2()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_user.c444 int P_GetPlayerNum(player_t * player) in P_GetPlayerNum() function
502 playerNum = P_GetPlayerNum(player); in P_UndoPlayerChicken()
H A Dp_local.h121 int P_GetPlayerNum(player_t * player);
H A Dp_pspr.c1448 MissileMobj->special2.i = P_GetPlayerNum(player); in A_FireSkullRodPL2()
/dports/games/uhexen/uhexen-0.601/include/
H A Dp_local.h109 int P_GetPlayerNum(player_t *player);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dplayer.cpp233 int P_GetPlayerNum(player_t const *player) in P_GetPlayerNum() function
1382 int const plrnum = P_GetPlayerNum(this); in write()
1562 int const plrnum = P_GetPlayerNum(this); in read()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dp_user.c793 playerNum = P_GetPlayerNum(player); in P_UndoPlayerMorph()
992 playerNum = P_GetPlayerNum(player); in P_PlayerThinkMove()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_user.c673 playerNum = P_GetPlayerNum(player); in P_UndoPlayerMorph()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_pspr.c1006 missileMobj->special2 = P_GetPlayerNum(player); in A_FireSkullRodPL2()
/dports/games/vavoom/vavoom-1.33/progs/doom/game/
H A DBotPlayer.vc647 if (P_GetPlayerNum(bot->player) == displayplayer && netstate != NS_SERVER)