Data Fields | |
pos3_t | cell |
int | floor |
int | ceiling |
int | floorZ |
qboolean | usable |
Definition at line 72 of file routing.c.
int place_s::ceiling |
The ceiling of it, given in absolute QUANTs.
Definition at line 75 of file routing.c.
Referenced by RT_FindOpening(), RT_PlaceDoesIntersectEnough(), RT_PlaceInit(), RT_PlaceIsShifted(), RT_TraceOnePassage(), and RT_TracePassage().
coordinates of the grid-cell this was derived from.
Definition at line 73 of file routing.c.
Referenced by RT_FindOpening(), RT_MicroTrace(), RT_PlaceInit(), and RT_TraceOnePassage().
int place_s::floor |
The floor of the place, given in absolute QUANTs
Definition at line 74 of file routing.c.
Referenced by RT_MicroTrace(), RT_PlaceDoesIntersectEnough(), RT_PlaceInit(), RT_PlaceIsShifted(), RT_TraceOnePassage(), and RT_TracePassage().
int place_s::floorZ |
The level (0-7) of the floor.
Definition at line 76 of file routing.c.
Referenced by RT_PlaceInit(), and RT_TraceOnePassage().
does an actor fit in here ?
Definition at line 77 of file routing.c.
Referenced by RT_PlaceInit(), and RT_PlaceIsUsable().