Stores the data of a map tile. More...
#include <typedefs.h>
Data Fields | |
char | name [MAX_QPATH] |
int | idx |
int | numbrushsides |
cBspBrushSide_t * | brushsides |
int | numtexinfo |
cBspSurface_t * | surfaces |
int | numplanes |
cBspPlane_t * | planes |
int | numnodes |
cBspNode_t * | nodes |
int | numleafs |
cBspLeaf_t * | leafs |
int | emptyleaf |
int | numleafbrushes |
unsigned short * | leafbrushes |
int | nummodels |
cBspModel_t * | models |
int | numbrushes |
cBspBrush_t * | brushes |
cBspPlane_t * | box_planes |
int | box_headnode |
cBspBrush_t * | box_brush |
cBspLeaf_t * | box_leaf |
tnode_t * | tnodes |
int | numtheads |
intptr_t | thead [LEVEL_MAX] |
int | theadlevel [LEVEL_MAX] |
int | numcheads |
cBspHead_t | cheads [MAX_MAP_NODES] |
ipos3_t | wpMins |
ipos3_t | wpMaxs |
Stores the data of a map tile.
Definition at line 87 of file typedefs.h.
Definition at line 119 of file typedefs.h.
Referenced by CM_InitBoxHull().
Definition at line 118 of file typedefs.h.
Referenced by CM_HeadnodeForBox(), CM_HintedTransformedBoxTrace(), and CM_InitBoxHull().
Definition at line 120 of file typedefs.h.
Referenced by CM_InitBoxHull().
Definition at line 117 of file typedefs.h.
Referenced by CM_HeadnodeForBox(), and CM_InitBoxHull().
Definition at line 114 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadBrushes().
Definition at line 92 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadBrushSides().
cBspHead_t mapTile_t::cheads[MAX_MAP_NODES] |
Definition at line 129 of file typedefs.h.
Definition at line 105 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadLeafs().
int mapTile_t::idx |
Definition at line 89 of file typedefs.h.
Referenced by CM_AddMapTile(), CM_HintedTransformedBoxTrace(), CM_InitBoxHull(), CMod_LoadEntityString(), CMod_LoadRouting(), and CMod_LoadSubmodels().
unsigned short* mapTile_t::leafbrushes |
Definition at line 108 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadLeafBrushes().
Definition at line 104 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadLeafs().
Definition at line 111 of file typedefs.h.
Referenced by CM_MakeTracingNodes(), CMod_LoadEntityString(), and CMod_LoadSubmodels().
char mapTile_t::name[MAX_QPATH] |
Definition at line 88 of file typedefs.h.
Referenced by CM_AddMapTile().
Definition at line 101 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadNodes().
Definition at line 113 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadBrushes().
Definition at line 91 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadBrushSides().
Definition at line 128 of file typedefs.h.
Referenced by CM_MakeTracingNodes().
Definition at line 107 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadLeafBrushes().
Definition at line 103 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadLeafs().
Definition at line 110 of file typedefs.h.
Referenced by CM_AddMapTile(), CM_MakeTracingNodes(), and CMod_LoadSubmodels().
Definition at line 100 of file typedefs.h.
Referenced by CM_InitBoxHull(), CM_MakeTracingNodes(), and CMod_LoadNodes().
Definition at line 97 of file typedefs.h.
Referenced by CM_InitBoxHull(), and CMod_LoadPlanes().
Definition at line 94 of file typedefs.h.
Referenced by CMod_LoadBrushSides(), and CMod_LoadSurfaces().
Definition at line 124 of file typedefs.h.
Referenced by CM_MakeTracingNodes().
Definition at line 98 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadBrushSides(), CMod_LoadNodes(), and CMod_LoadPlanes().
Definition at line 95 of file typedefs.h.
Referenced by CMod_LoadBrushSides(), and CMod_LoadSurfaces().
intptr_t mapTile_t::thead[LEVEL_MAX] |
Definition at line 125 of file typedefs.h.
Referenced by CM_MakeTracingNodes().
int mapTile_t::theadlevel[LEVEL_MAX] |
Definition at line 126 of file typedefs.h.
Referenced by CM_MakeTracingNodes().
Definition at line 123 of file typedefs.h.
Referenced by CM_MakeTracingNodes().
Definition at line 132 of file typedefs.h.
Referenced by CM_CompleteBoxTrace(), and CMod_LoadRouting().
Definition at line 131 of file typedefs.h.
Referenced by CM_CompleteBoxTrace(), and CMod_LoadRouting().