Odamex
Setting the Standard in Multiplayer Doom
common/p_floor.cpp File Reference

Functions

 IMPLEMENT_SERIAL (DFloor, DMovingFloor) DFloor
 IMPLEMENT_SERIAL (DElevator, DMover) DElevator
BOOL EV_DoFloor (DFloor::EFloor floortype, line_t *line, int tag, fixed_t speed, fixed_t height, bool crush, int change)
BOOL EV_DoChange (line_t *line, EChange changetype, int tag)
BOOL EV_BuildStairs (int tag, DFloor::EStair type, line_t *line, fixed_t stairsize, fixed_t speed, int delay, int reset, int igntxt, int usespecials)
int EV_DoDonut (int tag, fixed_t pillarspeed, fixed_t slimespeed)
BOOL EV_DoElevator (line_t *line, DElevator::EElevator elevtype, fixed_t speed, fixed_t height, int tag)

Function Documentation

BOOL EV_BuildStairs ( int  tag,
DFloor::EStair  type,
line_t line,
fixed_t  stairsize,
fixed_t  speed,
int  delay,
int  reset,
int  igntxt,
int  usespecials 
)
BOOL EV_DoChange ( line_t line,
EChange  changetype,
int  tag 
)
int EV_DoDonut ( int  tag,
fixed_t  pillarspeed,
fixed_t  slimespeed 
)
BOOL EV_DoElevator ( line_t line,
DElevator::EElevator  elevtype,
fixed_t  speed,
fixed_t  height,
int  tag 
)
BOOL EV_DoFloor ( DFloor::EFloor  floortype,
line_t line,
int  tag,
fixed_t  speed,
fixed_t  height,
bool  crush,
int  change 
)
IMPLEMENT_SERIAL ( DFloor  ,
DMovingFloor   
)
IMPLEMENT_SERIAL ( DElevator  ,
DMover   
)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends