UFO: Alien Invasion
Loading...
Searching...
No Matches
dMapTile_t Struct Reference

#include <typedefs.h>

Collaboration diagram for dMapTile_t:
Collaboration graph

Data Fields

dBspPlane_tbox_planes
int box_headnode
dBspBrush_tbox_brush
dBspLeaf_tbox_leaf
tnode_ttnodes
int numtheads
int thead [LEVEL_MAX]
int theadlevel [LEVEL_MAX]
int numcheads
cBspHead_t cheads [MAX_MAP_NODES]
int entdatasize
char entdata [MAX_MAP_ENTSTRING]
int routedatasize
byte routedata [MAX_MAP_ROUTING]
int lightdatasize [LIGHTMAP_MAX]
byte lightdata [LIGHTMAP_MAX][MAX_MAP_LIGHTING]
int nummodels
dBspModel_t models [MAX_MAP_MODELS]
int numleafs
dBspLeaf_t leafs [MAX_MAP_LEAFS]
int emptyleaf
int numplanes
dBspPlane_t planes [MAX_MAP_PLANES]
int numnormals
dBspNormal_t normals [MAX_MAP_VERTS]
int numvertexes
dBspVertex_t vertexes [MAX_MAP_VERTS]
int numnodes
dBspNode_t nodes [MAX_MAP_NODES]
int numtexinfo
dBspTexinfo_t texinfo [MAX_MAP_TEXINFO]
int numfaces
dBspSurface_t faces [MAX_MAP_FACES]
int numedges
dBspEdge_t edges [MAX_MAP_EDGES]
int numleafbrushes
unsigned short leafbrushes [MAX_MAP_LEAFBRUSHES]
int numsurfedges
int surfedges [MAX_MAP_SURFEDGES]
int numbrushes
dBspBrush_t dbrushes [MAX_MAP_BRUSHES]
cBspBrush_t brushes [MAX_MAP_BRUSHES]
int numbrushsides
dBspBrushSide_t brushsides [MAX_MAP_BRUSHSIDES]

Detailed Description

Definition at line 440 of file typedefs.h.

Field Documentation

◆ box_brush

dBspBrush_t* dMapTile_t::box_brush

Definition at line 444 of file typedefs.h.

◆ box_headnode

int dMapTile_t::box_headnode

Definition at line 443 of file typedefs.h.

◆ box_leaf

dBspLeaf_t* dMapTile_t::box_leaf

Definition at line 445 of file typedefs.h.

◆ box_planes

dBspPlane_t* dMapTile_t::box_planes

Definition at line 442 of file typedefs.h.

◆ brushes

cBspBrush_t dMapTile_t::brushes[MAX_MAP_BRUSHES]

Definition at line 510 of file typedefs.h.

◆ brushsides

dBspBrushSide_t dMapTile_t::brushsides[MAX_MAP_BRUSHSIDES]

Definition at line 513 of file typedefs.h.

◆ cheads

cBspHead_t dMapTile_t::cheads[MAX_MAP_NODES]

Definition at line 455 of file typedefs.h.

◆ dbrushes

dBspBrush_t dMapTile_t::dbrushes[MAX_MAP_BRUSHES]

Definition at line 509 of file typedefs.h.

◆ edges

dBspEdge_t dMapTile_t::edges[MAX_MAP_EDGES]

Definition at line 493 of file typedefs.h.

◆ emptyleaf

int dMapTile_t::emptyleaf

Definition at line 472 of file typedefs.h.

◆ entdata

char dMapTile_t::entdata[MAX_MAP_ENTSTRING]

Definition at line 459 of file typedefs.h.

◆ entdatasize

int dMapTile_t::entdatasize

Definition at line 458 of file typedefs.h.

◆ faces

dBspSurface_t dMapTile_t::faces[MAX_MAP_FACES]

Definition at line 490 of file typedefs.h.

◆ leafbrushes

unsigned short dMapTile_t::leafbrushes[MAX_MAP_LEAFBRUSHES]

Definition at line 496 of file typedefs.h.

◆ leafs

dBspLeaf_t dMapTile_t::leafs[MAX_MAP_LEAFS]

Definition at line 471 of file typedefs.h.

◆ lightdata

byte dMapTile_t::lightdata[LIGHTMAP_MAX][MAX_MAP_LIGHTING]

Definition at line 465 of file typedefs.h.

◆ lightdatasize

int dMapTile_t::lightdatasize[LIGHTMAP_MAX]

Definition at line 464 of file typedefs.h.

◆ models

dBspModel_t dMapTile_t::models[MAX_MAP_MODELS]

Definition at line 468 of file typedefs.h.

◆ nodes

dBspNode_t dMapTile_t::nodes[MAX_MAP_NODES]

Definition at line 484 of file typedefs.h.

◆ normals

dBspNormal_t dMapTile_t::normals[MAX_MAP_VERTS]

Definition at line 478 of file typedefs.h.

◆ numbrushes

int dMapTile_t::numbrushes

Definition at line 508 of file typedefs.h.

◆ numbrushsides

int dMapTile_t::numbrushsides

Definition at line 512 of file typedefs.h.

◆ numcheads

int dMapTile_t::numcheads

Definition at line 454 of file typedefs.h.

◆ numedges

int dMapTile_t::numedges

Definition at line 492 of file typedefs.h.

◆ numfaces

int dMapTile_t::numfaces

Definition at line 489 of file typedefs.h.

◆ numleafbrushes

int dMapTile_t::numleafbrushes

Definition at line 495 of file typedefs.h.

◆ numleafs

int dMapTile_t::numleafs

Definition at line 470 of file typedefs.h.

◆ nummodels

int dMapTile_t::nummodels

Definition at line 467 of file typedefs.h.

◆ numnodes

int dMapTile_t::numnodes

Definition at line 483 of file typedefs.h.

◆ numnormals

int dMapTile_t::numnormals

Definition at line 477 of file typedefs.h.

◆ numplanes

int dMapTile_t::numplanes

Definition at line 474 of file typedefs.h.

◆ numsurfedges

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.

◆ numtexinfo

int dMapTile_t::numtexinfo

Definition at line 486 of file typedefs.h.

◆ numtheads

int dMapTile_t::numtheads

Definition at line 449 of file typedefs.h.

◆ numvertexes

int dMapTile_t::numvertexes

Definition at line 480 of file typedefs.h.

◆ planes

dBspPlane_t dMapTile_t::planes[MAX_MAP_PLANES]

Definition at line 475 of file typedefs.h.

◆ routedata

byte dMapTile_t::routedata[MAX_MAP_ROUTING]

Definition at line 462 of file typedefs.h.

◆ routedatasize

int dMapTile_t::routedatasize

Definition at line 461 of file typedefs.h.

◆ surfedges

int dMapTile_t::surfedges[MAX_MAP_SURFEDGES]

Definition at line 506 of file typedefs.h.

◆ texinfo

dBspTexinfo_t dMapTile_t::texinfo[MAX_MAP_TEXINFO]

Definition at line 487 of file typedefs.h.

◆ thead

int dMapTile_t::thead[LEVEL_MAX]

Definition at line 450 of file typedefs.h.

◆ theadlevel

int dMapTile_t::theadlevel[LEVEL_MAX]

Definition at line 451 of file typedefs.h.

◆ tnodes

tnode_t* dMapTile_t::tnodes

Definition at line 448 of file typedefs.h.

◆ vertexes

dBspVertex_t dMapTile_t::vertexes[MAX_MAP_VERTS]

Definition at line 481 of file typedefs.h.


The documentation for this struct was generated from the following file: