Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_pillar.cpp48 inline FArchive &operator<< (FArchive &arc, DPillar::EPillar &type)
52 type = (DPillar::EPillar)val;
126 DPillar::DPillar (sector_t *sector, EPillar type, fixed_t speed, in DPillar()
218 bool EV_DoPillar (DPillar::EPillar type, line_t *line, int tag, in EV_DoPillar()
H A Dp_spec.h488 enum EPillar enum
495 DPillar (sector_t *sector, EPillar type, fixed_t speed, fixed_t height,
503 EPillar m_Type;
517 bool EV_DoPillar (DPillar::EPillar type, line_t *line, int tag,
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_pillar.cpp115 DPillar::DPillar (sector_t *sector, EPillar type, fixed_t speed, in DPillar()
188 BOOL EV_DoPillar (DPillar::EPillar type, int tag, fixed_t speed, fixed_t height, in EV_DoPillar()
H A Dp_spec.h546 enum EPillar enum
555 DPillar (sector_t *sector, EPillar type, fixed_t speed, fixed_t height,
562 EPillar m_Type;
573 inline FArchive &operator<< (FArchive &arc, DPillar::EPillar type)
577 inline FArchive &operator>> (FArchive &arc, DPillar::EPillar &out)
579 BYTE in; arc >> in; out = (DPillar::EPillar)in; return arc;
590 BOOL EV_DoPillar (DPillar::EPillar type, int tag, fixed_t speed, fixed_t height,
H A Dp_snapshot.cpp851 pillar->m_Type = static_cast<DPillar::EPillar>(mCeilingType); in toSector()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_main.cpp2931 snap.setCeilingType(static_cast<DPillar::EPillar>(MSG_ReadByte())); in CL_UpdateMovingSector()