#include <gWall.h>
Public Attributes | |
REAL | Pos |
the start position, measured relative to the point where the cycle started driving | |
REAL | Time |
the time this point was created | |
bool | IsDangerous |
true iff the segment AFTER this point is a true wall (and not a hole) | |
tJUST_CONTROLLED_PTR< gExplosion > | holer |
Definition at line 73 of file gWall.h.
the start position, measured relative to the point where the cycle started driving
Definition at line 75 of file gWall.h.
Referenced by gNetPlayerWall::ReadSync(), gNetPlayerWall::RenderList(), gCycle::SyncFromExtrapolator(), gNetPlayerWall::Time(), and gNetPlayerWall::WriteSync().
the time this point was created
Definition at line 76 of file gWall.h.
Referenced by gNetPlayerWall::ReadSync(), gNetPlayerWall::Time(), and gNetPlayerWall::WriteSync().
true iff the segment AFTER this point is a true wall (and not a hole)
Definition at line 77 of file gWall.h.
Referenced by gNetPlayerWall::IsDangerous(), gNetPlayerWall::ReadSync(), and gNetPlayerWall::WriteSync().