Home
last modified time | relevance | path

Searched refs:P_GetThingFloorType (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/g_hexen/
H A Da_serpent.cpp263 if (Terrains[P_GetThingFloorType(self)].IsLiquid) in DEFINE_ACTION_FUNCTION()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_telept.c124 && P_GetThingFloorType(thing) > FLOOR_SOLID) in P_Teleport()
H A Dp_mobj.c661 else if (P_GetThingFloorType(mo) == FLOOR_ICE) in P_XYMovement()
822 else if ((P_GetThingFloorType(mo) < FLOOR_LIQUID) && in P_ZMovement()
1239 && P_GetThingFloorType(mobj) >= FLOOR_LIQUID in P_SpawnMobj()
1869 int P_GetThingFloorType(mobj_t * thing) in P_GetThingFloorType() function
1927 switch (P_GetThingFloorType(thing)) in P_HitFloor()
H A Dp_local.h153 int P_GetThingFloorType(mobj_t * thing);
H A Dp_user.c84 else if (P_GetThingFloorType(player->mo) == FLOOR_ICE) // Friction_Low in P_Thrust()
706 if ((floorType = P_GetThingFloorType(player->mo)) != FLOOR_SOLID) in P_PlayerThink()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_telept.c94 && P_GetThingFloorType(thing) != FLOOR_SOLID) in P_Teleport()
H A Dp_local.h150 int P_GetThingFloorType(mobj_t * thing);
H A Dp_mobj.c939 && P_GetThingFloorType(mobj) != FLOOR_SOLID in P_SpawnMobj()
1319 int P_GetThingFloorType(mobj_t * thing) in P_GetThingFloorType() function
1349 switch (P_GetThingFloorType(thing)) in P_HitFloor()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_telept.c124 && P_GetThingFloorType(thing) > FLOOR_SOLID) in P_Teleport()
H A Dp_mobj.c661 else if (P_GetThingFloorType(mo) == FLOOR_ICE) in P_XYMovement()
822 else if ((P_GetThingFloorType(mo) < FLOOR_LIQUID) && in P_ZMovement()
1239 && P_GetThingFloorType(mobj) >= FLOOR_LIQUID in P_SpawnMobj()
1869 int P_GetThingFloorType(mobj_t * thing) in P_GetThingFloorType() function
1927 switch (P_GetThingFloorType(thing)) in P_HitFloor()
H A Dp_local.h153 int P_GetThingFloorType(mobj_t * thing);
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_telept.c116 && P_GetThingFloorType(thing) > FLOOR_SOLID) in P_Teleport()
H A Dp_mobj.c643 else if(P_GetThingFloorType(mo) == FLOOR_ICE) in P_XYMovement()
801 else if ((P_GetThingFloorType(mo) < FLOOR_LIQUID) && in P_ZMovement()
1232 if(mobj->flags2&MF2_FLOORCLIP && P_GetThingFloorType(mobj) >= FLOOR_LIQUID in P_SpawnMobj()
1851 int P_GetThingFloorType(mobj_t *thing) in P_GetThingFloorType() function
1908 switch(P_GetThingFloorType(thing)) in P_HitFloor()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_telept.c94 && P_GetThingFloorType(thing) != FLOOR_SOLID) in P_Teleport()
H A Dp_local.h150 int P_GetThingFloorType(mobj_t * thing);
H A Dp_mobj.c919 && P_GetThingFloorType(mobj) != FLOOR_SOLID in P_SpawnMobj()
1284 int P_GetThingFloorType(mobj_t * thing) in P_GetThingFloorType() function
1314 switch (P_GetThingFloorType(thing)) in P_HitFloor()
/dports/games/heretic/glheretic-1.2/
H A Dp_telept.c79 if(thing->flags2&MF2_FOOTCLIP && P_GetThingFloorType(thing) != FLOOR_SOLID) in P_Teleport()
H A Dp_local.h140 int P_GetThingFloorType(mobj_t *thing);
H A Dp_mobj.c935 if(mobj->flags2&MF2_FOOTCLIP && P_GetThingFloorType(mobj) != FLOOR_SOLID in P_SpawnMobj()
1316 int P_GetThingFloorType(mobj_t *thing) in P_GetThingFloorType() function
1347 switch(P_GetThingFloorType(thing)) in P_HitFloor()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_user.c84 else if(P_GetThingFloorType(player->mo) == FLOOR_ICE) // Friction_Low in P_Thrust()
833 if((floorType = P_GetThingFloorType(player->mo)) != FLOOR_SOLID) in P_PlayerThink()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_telept.c141 && P_GetThingFloorType(thing) != FLOOR_SOLID ) in P_Teleport()
H A Dp_heretic.c667 int P_GetThingFloorType(mobj_t *thing) in P_GetThingFloorType() function
H A Dp_local.h518 int P_GetThingFloorType(mobj_t *thing);
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_action.cpp224 floor = P_GetThingFloorType (self); in DEFINE_ACTION_FUNCTION()
/dports/games/uhexen/uhexen-0.601/include/
H A Dp_local.h148 int P_GetThingFloorType(mobj_t *thing);

12