|
Odamex
Setting the Standard in Multiplayer Doom
|
#include <p_local.h>
Protected Attributes | |
| int | m_Direction |
| int | m_TotalDist |
| int | m_Tics |
| int | m_WaitTics |
| podoortype_t | m_Type |
| bool | m_Close |
Friends | |
| BOOL | EV_OpenPolyDoor (line_t *line, int polyNum, int speed, angle_t angle, int delay, int distance, podoortype_t type) |
| BOOL EV_OpenPolyDoor | ( | line_t * | line, |
| int | polyNum, | ||
| int | speed, | ||
| angle_t | angle, | ||
| int | delay, | ||
| int | distance, | ||
| podoortype_t | type | ||
| ) | [friend] |
bool DPolyDoor::m_Close [protected] |
int DPolyDoor::m_Direction [protected] |
int DPolyDoor::m_Tics [protected] |
int DPolyDoor::m_TotalDist [protected] |
podoortype_t DPolyDoor::m_Type [protected] |
int DPolyDoor::m_WaitTics [protected] |