|
UFO: Alien Invasion
|
#include <typedefs.h>

Data Fields | |
| uint32_t | brushContentFlags |
| int | numsides |
| int | firstbrushside |
| int | checkcount |
Definition at line 59 of file typedefs.h.
| uint32_t cBspBrush_t::brushContentFlags |
the CONTENTS_* mask
Definition at line 60 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadBrushes(), EmitBrushes(), LoadBSPFile(), SwapBSPFile(), TR_ClipBoxToBrush(), TR_TestBoxInBrush(), TR_TestInLeaf(), and TR_TraceToLeaf().
| int cBspBrush_t::checkcount |
to avoid repeated testings
Definition at line 63 of file typedefs.h.
Referenced by EmitBrushes(), TR_TestInLeaf(), and TR_TraceToLeaf().
| int cBspBrush_t::firstbrushside |
first brush in the list of this model
Definition at line 62 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadBrushes(), EmitBrushes(), LoadBSPFile(), SwapBSPFile(), TR_ClipBoxToBrush(), and TR_TestBoxInBrush().
| int cBspBrush_t::numsides |
number of sides for this models - start to count from firstbrushside
Definition at line 61 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadBrushes(), EmitBrushes(), LoadBSPFile(), SwapBSPFile(), TR_ClipBoxToBrush(), and TR_TestBoxInBrush().