Home
last modified time | relevance | path

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

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_spec.h915 enum EElevator enum
931 EElevator m_Type;
940 friend BOOL EV_DoElevator (line_t *line, DElevator::EElevator type, fixed_t speed,
946 inline FArchive &operator<< (FArchive &arc, DElevator::EElevator type)
950 inline FArchive &operator>> (FArchive &arc, DElevator::EElevator &out)
952 BYTE in; arc >> in; out = (DElevator::EElevator)in; return arc;
H A Dp_floor.cpp938 BOOL EV_DoElevator (line_t *line, DElevator::EElevator elevtype, in EV_DoElevator()
H A Dp_snapshot.cpp880 elevator->m_Type = static_cast<DElevator::EElevator>(mCeilingType); in toSector()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_spec.h804 enum EElevator enum
821 EElevator m_Type;
831 friend bool EV_DoElevator (line_t *line, DElevator::EElevator type, fixed_t speed,
837 bool EV_DoElevator (line_t *line, DElevator::EElevator type, fixed_t speed,
H A Dp_floor.cpp829 inline FArchive &operator<< (FArchive &arc, DElevator::EElevator &type)
833 type = (DElevator::EElevator)val;
967 bool EV_DoElevator (line_t *line, DElevator::EElevator elevtype, in EV_DoElevator()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_main.cpp2914 snap.setCeilingType(static_cast<DElevator::EElevator>(MSG_ReadByte())); in CL_UpdateMovingSector()