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

Definition at line 440 of file typedefs.h.
| dBspBrush_t* dMapTile_t::box_brush |
Definition at line 444 of file typedefs.h.
| int dMapTile_t::box_headnode |
Definition at line 443 of file typedefs.h.
| dBspLeaf_t* dMapTile_t::box_leaf |
Definition at line 445 of file typedefs.h.
| dBspPlane_t* dMapTile_t::box_planes |
Definition at line 442 of file typedefs.h.
| cBspBrush_t dMapTile_t::brushes[MAX_MAP_BRUSHES] |
Definition at line 510 of file typedefs.h.
| dBspBrushSide_t dMapTile_t::brushsides[MAX_MAP_BRUSHSIDES] |
Definition at line 513 of file typedefs.h.
| cBspHead_t dMapTile_t::cheads[MAX_MAP_NODES] |
Definition at line 455 of file typedefs.h.
| dBspBrush_t dMapTile_t::dbrushes[MAX_MAP_BRUSHES] |
Definition at line 509 of file typedefs.h.
| dBspEdge_t dMapTile_t::edges[MAX_MAP_EDGES] |
Definition at line 493 of file typedefs.h.
| int dMapTile_t::emptyleaf |
Definition at line 472 of file typedefs.h.
| char dMapTile_t::entdata[MAX_MAP_ENTSTRING] |
Definition at line 459 of file typedefs.h.
| int dMapTile_t::entdatasize |
Definition at line 458 of file typedefs.h.
| dBspSurface_t dMapTile_t::faces[MAX_MAP_FACES] |
Definition at line 490 of file typedefs.h.
| unsigned short dMapTile_t::leafbrushes[MAX_MAP_LEAFBRUSHES] |
Definition at line 496 of file typedefs.h.
| dBspLeaf_t dMapTile_t::leafs[MAX_MAP_LEAFS] |
Definition at line 471 of file typedefs.h.
| byte dMapTile_t::lightdata[LIGHTMAP_MAX][MAX_MAP_LIGHTING] |
Definition at line 465 of file typedefs.h.
| int dMapTile_t::lightdatasize[LIGHTMAP_MAX] |
Definition at line 464 of file typedefs.h.
| dBspModel_t dMapTile_t::models[MAX_MAP_MODELS] |
Definition at line 468 of file typedefs.h.
| dBspNode_t dMapTile_t::nodes[MAX_MAP_NODES] |
Definition at line 484 of file typedefs.h.
| dBspNormal_t dMapTile_t::normals[MAX_MAP_VERTS] |
Definition at line 478 of file typedefs.h.
| int dMapTile_t::numbrushes |
Definition at line 508 of file typedefs.h.
| int dMapTile_t::numbrushsides |
Definition at line 512 of file typedefs.h.
| int dMapTile_t::numcheads |
Definition at line 454 of file typedefs.h.
| int dMapTile_t::numedges |
Definition at line 492 of file typedefs.h.
| int dMapTile_t::numfaces |
Definition at line 489 of file typedefs.h.
| int dMapTile_t::numleafbrushes |
Definition at line 495 of file typedefs.h.
| int dMapTile_t::numleafs |
Definition at line 470 of file typedefs.h.
| int dMapTile_t::nummodels |
Definition at line 467 of file typedefs.h.
| int dMapTile_t::numnodes |
Definition at line 483 of file typedefs.h.
| int dMapTile_t::numnormals |
Definition at line 477 of file typedefs.h.
| int dMapTile_t::numplanes |
Definition at line 474 of file typedefs.h.
| int dMapTile_t::numsurfedges |
references the edges array positive or negative values are possible. the absolute value is the index into the edges array positive: the edge is defined from the first to the second vertex negative: the second to the first vertex
Definition at line 505 of file typedefs.h.
| int dMapTile_t::numtexinfo |
Definition at line 486 of file typedefs.h.
| int dMapTile_t::numtheads |
Definition at line 449 of file typedefs.h.
| int dMapTile_t::numvertexes |
Definition at line 480 of file typedefs.h.
| dBspPlane_t dMapTile_t::planes[MAX_MAP_PLANES] |
Definition at line 475 of file typedefs.h.
| byte dMapTile_t::routedata[MAX_MAP_ROUTING] |
Definition at line 462 of file typedefs.h.
| int dMapTile_t::routedatasize |
Definition at line 461 of file typedefs.h.
| int dMapTile_t::surfedges[MAX_MAP_SURFEDGES] |
Definition at line 506 of file typedefs.h.
| dBspTexinfo_t dMapTile_t::texinfo[MAX_MAP_TEXINFO] |
Definition at line 487 of file typedefs.h.
Definition at line 450 of file typedefs.h.
Definition at line 451 of file typedefs.h.
| tnode_t* dMapTile_t::tnodes |
Definition at line 448 of file typedefs.h.
| dBspVertex_t dMapTile_t::vertexes[MAX_MAP_VERTS] |
Definition at line 481 of file typedefs.h.