Home
last modified time | relevance | path

Searched refs:hexencrush (Results 1 – 6 of 6) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddsectoreffect.h34 …Plane (fixed_t speed, fixed_t dest, int crush, int floorOrCeiling, int direction, bool hexencrush);
40 inline EResult MoveFloor (fixed_t speed, fixed_t dest, int crush, int direction, bool hexencrush) in MoveFloor() argument
42 return MovePlane (speed, dest, crush, 0, direction, hexencrush); in MoveFloor()
48 inline EResult MoveCeiling (fixed_t speed, fixed_t dest, int crush, int direction, bool hexencrush) in MoveCeiling() argument
50 return MovePlane (speed, dest, crush, 1, direction, hexencrush); in MoveCeiling()
H A Dp_pillar.cpp127 fixed_t floordist, fixed_t ceilingdist, int crush, bool hexencrush) in DPillar() argument
139 m_Hexencrush = hexencrush; in DPillar()
219 fixed_t speed, fixed_t height, fixed_t height2, int crush, bool hexencrush) in EV_DoPillar() argument
246 new DPillar (sec, type, speed, height, height2, crush, hexencrush); in EV_DoPillar()
H A Dp_ceiling.cpp241 int crush, int silent, int change, bool hexencrush) in Create() argument
398 ceiling->m_Hexencrush = hexencrush; in Create()
487 int crush, int silent, int change, bool hexencrush) in EV_DoCeiling() argument
504 …!!DCeiling::Create(sec, type, line, tag, speed, speed2, height, crush, silent, change, hexencrush); in EV_DoCeiling()
518 …reate(&sectors[secnum], type, line, tag, speed, speed2, height, crush, silent, change, hexencrush); in EV_DoCeiling()
H A Ddsectoreffect.cpp158 int floorOrCeiling, int direction, bool hexencrush) in MovePlane() argument
265 if (crush >= 0 && !hexencrush) in MovePlane()
331 if (crush >= 0 && !hexencrush) in MovePlane()
H A Dp_spec.h496 fixed_t height2, int crush, bool hexencrush);
518 fixed_t speed, fixed_t height, fixed_t height2, int crush, bool hexencrush);
661 int crush, int silent, int change, bool hexencrush);
694 int crush, int silent, int change, bool hexencrush);
784 fixed_t speed, fixed_t height, int crush, int change, bool hexencrush, bool hereticlower);
795 fixed_t speed, fixed_t height, int crush, int change, bool hexencrush, bool hereticlower=false);
H A Dp_floor.cpp282 fixed_t speed, fixed_t height, int crush, int change, bool hexencrush, bool hereticlower) in EV_DoFloor() argument
311 floor->m_Hexencrush = hexencrush; in EV_DoFloor()