Home
last modified time | relevance | path

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

12

/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddsectoreffect.cpp135 bool DMover::MoveAttached(int crush, fixed_t move, int floorOrCeiling, bool resetfailed) in MoveAttached() argument
137 if (!P_Scroll3dMidtex(m_Sector, crush, move, !!floorOrCeiling) && resetfailed) in MoveAttached()
139 P_Scroll3dMidtex(m_Sector, crush, -move, !!floorOrCeiling); in MoveAttached()
142 if (!P_MoveLinkedSectors(m_Sector, crush, move, !!floorOrCeiling) && resetfailed) in MoveAttached()
144 P_MoveLinkedSectors(m_Sector, crush, -move, !!floorOrCeiling); in MoveAttached()
145 P_Scroll3dMidtex(m_Sector, crush, -move, !!floorOrCeiling); in MoveAttached()
158 int floorOrCeiling, int direction, bool hexencrush) in MovePlane() argument
166 switch (floorOrCeiling) in MovePlane()
H A Ddsectoreffect.h33 bool MoveAttached(int crush, fixed_t move, int floorOrCeiling, bool resetfailed);
34 …EResult MovePlane (fixed_t speed, fixed_t dest, int crush, int floorOrCeiling, int direction, bool…
/dports/games/odamex/odamex-src-0.7.0/common/
H A Ddsectoreffect.cpp131 int floorOrCeiling, int direction) in MovePlane() argument
136 switch (floorOrCeiling) in MovePlane()
H A Ddsectoreffect.h64 EResult MovePlane (fixed_t speed, fixed_t dest, bool crush, int floorOrCeiling, int direction);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dp_spec.h76 int floorOrCeiling, int direction);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dp_spec.h86 int floorOrCeiling, int direction);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dp_spec.h97 int crush, int floorOrCeiling, int direction);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dp_spec.h73 result_e T_MovePlane(Sector *sector, float speed, coord_t dest, int crush, int floorOrCeiling, int …
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DSectorMover.vc66 int floorOrCeiling, int direction, bool StopOnCrush)
72 switch (floorOrCeiling)
/dports/games/heretic/glheretic-1.2/
H A Dp_floor.c27 fixed_t dest,boolean crush,int floorOrCeiling,int direction) in T_MovePlane() argument
37 switch(floorOrCeiling) in T_MovePlane()
H A Dp_spec.h363 fixed_t dest,boolean crush,int floorOrCeiling,int direction);
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_floor.c50 int floorOrCeiling, in T_MovePlane() argument
56 switch(floorOrCeiling) in T_MovePlane()
H A Dp_spec.h636 int floorOrCeiling,
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_floor.c37 fixed_t dest, boolean crush, int floorOrCeiling, in T_MovePlane() argument
48 switch (floorOrCeiling) in T_MovePlane()
H A Dp_spec.h374 fixed_t dest, boolean crush, int floorOrCeiling,
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_floor.c37 fixed_t dest, boolean crush, int floorOrCeiling, in T_MovePlane() argument
43 switch (floorOrCeiling) in T_MovePlane()
H A Dp_spec.h374 fixed_t dest, boolean crush, int floorOrCeiling,
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_floor.c50 int floorOrCeiling, in T_MovePlane() argument
56 switch(floorOrCeiling) in T_MovePlane()
H A Dp_spec.h636 int floorOrCeiling,
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_floor.c47 int floorOrCeiling, in T_MovePlane() argument
53 switch(floorOrCeiling) in T_MovePlane()
H A Dp_spec.h613 int floorOrCeiling,
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_floor.c49 int floorOrCeiling, in T_MovePlane() argument
60 switch(floorOrCeiling) in T_MovePlane()
H A Dp_spec.h622 int floorOrCeiling,
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_floor.c66 fixed_t dest, dbool crush, int floorOrCeiling, int direction) in T_MovePlane() argument
73 switch(floorOrCeiling) in T_MovePlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_floor.c38 fixed_t dest, int crush, int floorOrCeiling, in T_MovePlane() argument
44 switch (floorOrCeiling) in T_MovePlane()

12