#include <map.h>
Data Fields | |
int | entitynum |
int | brushnum |
int | contentFlags |
vec3_t | mins |
vec3_t | maxs |
int | numsides |
struct side_s * | original_sides |
struct mapbrush_s ** | nearBrushes |
int | numNear |
qboolean | skipWriteBack |
qboolean | finished |
Definition at line 82 of file map.h.
the brush number in the map
Definition at line 84 of file map.h.
Referenced by BrushBSP(), BrushContents(), Check_BrushIntersection(), Check_ContainedBrushes(), Check_DuplicateBrushPlanes(), CheckBrushes(), CheckFillLevelFlags(), CheckFlags(), CheckLevelFlags(), CheckMapMicro(), CheckMixedFaceContents(), CheckNodraws(), CheckPropagateParserContentFlags(), CheckTexturesBasedOnFlags(), CheckZFighting(), LeafNode(), MakeBrushWindings(), ParseBrush(), PlaneFromPoints(), SetImpliedFlags(), and SplitBrushList().
Definition at line 86 of file map.h.
Referenced by BrushGE(), Check_ContainedBrushes(), CheckMixedFaceContents(), CheckPropagateParserContentFlags(), CheckZFighting(), EmitBrushes(), FindPortalSide(), GetLevelFlagsFromBrush(), LeafNode(), MakeBspBrushList(), MapBrushesBounds(), ParseBrush(), and SelectSplitSide().
the entity number in the map - 0 is the world - everything else is a bmodel
Definition at line 83 of file map.h.
Referenced by BrushBSP(), BrushContents(), Check_BrushIntersection(), Check_ContainedBrushes(), Check_DuplicateBrushPlanes(), Check_IsOptimisable(), CheckBrushes(), CheckFillLevelFlags(), CheckFlags(), CheckLevelFlags(), CheckMapMicro(), CheckMixedFaceContents(), CheckNodraws(), CheckPropagateParserContentFlags(), CheckTexturesBasedOnFlags(), CheckZFighting(), FaceFromPortal(), MakeBrushWindings(), ParseBrush(), and SetImpliedFlags().
Definition at line 101 of file map.h.
Referenced by MakeBspBrushList(), and MapBrushesBounds().
Definition at line 88 of file map.h.
Referenced by AddBrushBevels(), BeginModel(), Check_BoundingBoxIntersects(), EmitBrushes(), MakeBrushWindings(), MakeBspBrushList(), MapBrushesBounds(), and ParseBrush().
Definition at line 88 of file map.h.
Referenced by AddBrushBevels(), BeginModel(), Check_BoundingBoxIntersects(), EmitBrushes(), MakeBrushWindings(), MakeBspBrushList(), MapBrushesBounds(), and ParseBrush().
struct mapbrush_s** mapbrush_s::nearBrushes |
list of brushes that are near to this one. not necessarily initialised. call Check_NearList() to make sure it has been initialised this will return quickly if it has already been done.
Definition at line 96 of file map.h.
Referenced by Check_BrushIntersection(), Check_ContainedBrushes(), Check_FindCompositeSides(), Check_Free(), Check_NearList(), CheckNodraws(), and CheckZFighting().
Definition at line 97 of file map.h.
Referenced by Check_BrushIntersection(), Check_ContainedBrushes(), Check_FindCompositeSides(), Check_Free(), Check_NearList(), CheckNodraws(), and CheckZFighting().
Definition at line 90 of file map.h.
Referenced by AddBrushBevels(), AdjustBrushesForOrigin(), BeginModel(), BrushContents(), Check_BrushIntersection(), Check_ContainedBrushes(), Check_DuplicateBrushPlanes(), Check_FindCompositeSides(), Check_IsOptimisable(), Check_IsPointInsideBrush(), Check_MapBrushVolume(), Check_MapSize(), Check_WindingIntersects(), CheckBrushes(), CheckFillLevelFlags(), CheckFlagsBasedOnTextures(), CheckLevelFlags(), CheckMixedFaceContents(), CheckNodraws(), CheckPropagateParserContentFlags(), CheckTexturesBasedOnFlags(), CheckZFighting(), EmitBrushes(), FindPortalSide(), MakeBrushWindings(), MakeBspBrushList(), MarkVisibleSides(), ParseBrush(), and WriteMapBrush().
struct side_s* mapbrush_s::original_sides |
Definition at line 91 of file map.h.
Referenced by AddBrushBevels(), AdjustBrushesForOrigin(), BrushContents(), Check_BrushIntersection(), Check_ContainedBrushes(), Check_DuplicateBrushPlanes(), Check_FindCompositeSides(), Check_IsOptimisable(), Check_IsPointInsideBrush(), Check_MapBrushVolume(), Check_MapSize(), Check_WindingIntersects(), CheckBrushes(), CheckFillLevelFlags(), CheckFlagsBasedOnTextures(), CheckLevelFlags(), CheckMixedFaceContents(), CheckNodraws(), CheckPropagateParserContentFlags(), CheckTexturesBasedOnFlags(), CheckZFighting(), EmitBrushes(), FindPortalSide(), MakeBrushWindings(), MakeBspBrushList(), MarkVisibleSides(), ParseBrush(), and WriteMapBrush().
in fix mode do not write back to the source .map file
Definition at line 99 of file map.h.
Referenced by CheckMapMicro(), and WriteMapFile().