Searched refs:EElevator (Results 1 – 6 of 6) sorted by relevance
/dports/games/odamex/odamex-src-0.7.0/common/ |
H A D | p_spec.h | 915 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 D | p_floor.cpp | 938 BOOL EV_DoElevator (line_t *line, DElevator::EElevator elevtype, in EV_DoElevator()
|
H A D | p_snapshot.cpp | 880 elevator->m_Type = static_cast<DElevator::EElevator>(mCeilingType); in toSector()
|
/dports/games/zdoom/zdoom-2.8.1/src/ |
H A D | p_spec.h | 804 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 D | p_floor.cpp | 829 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 D | cl_main.cpp | 2914 snap.setCeilingType(static_cast<DElevator::EElevator>(MSG_ReadByte())); in CL_UpdateMovingSector()
|