Searched refs:EPillar (Results 1 – 6 of 6) sorted by relevance
/dports/games/zdoom/zdoom-2.8.1/src/ |
H A D | p_pillar.cpp | 48 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 D | p_spec.h | 488 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 D | p_pillar.cpp | 115 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 D | p_spec.h | 546 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 D | p_snapshot.cpp | 851 pillar->m_Type = static_cast<DPillar::EPillar>(mCeilingType); in toSector()
|
/dports/games/odamex/odamex-src-0.7.0/client/src/ |
H A D | cl_main.cpp | 2931 snap.setCeilingType(static_cast<DPillar::EPillar>(MSG_ReadByte())); in CL_UpdateMovingSector()
|