#include <CurrentMap.h>
Public Member Functions | |
SweepItem (ObjId it, sint32 ht, sint32 et, bool touch, bool touchfloor, bool block) | |
void | GetInterpolatedCoords (sint32 out[3], sint32 start[3], sint32 end[3]) |
Public Attributes | |
ObjId | item |
sint32 | hit_time |
sint32 | end_time |
bool | touching |
bool | touching_floor |
bool | blocking |
Definition at line 123 of file CurrentMap.h.
CurrentMap::SweepItem::SweepItem | ( | ObjId | it, | |
sint32 | ht, | |||
sint32 | et, | |||
bool | touch, | |||
bool | touchfloor, | |||
bool | block | |||
) | [inline] |
Definition at line 124 of file CurrentMap.h.
Definition at line 146 of file CurrentMap.h.
Definition at line 141 of file CurrentMap.h.
Definition at line 129 of file CurrentMap.h.
Definition at line 143 of file CurrentMap.h.
Definition at line 144 of file CurrentMap.h.