#include <bspfile.h>
Data Fields | |
vec3_t | origin |
int | firstbrush |
int | numbrushes |
epair_t * | epairs |
qboolean | skip |
Definition at line 46 of file bspfile.h.
the entity parameters (key, value)
Definition at line 50 of file bspfile.h.
Referenced by CheckEntities(), ParseEntity(), ParseMapEntity(), ProcessSubModel(), SetKeyValue(), UnparseEntities(), ValueForKey(), and WriteMapFile().
the index of the first brush in mapbrushes in case of a bmodel
Definition at line 48 of file bspfile.h.
Referenced by AdjustBrushesForOrigin(), BeginModel(), Check_ExtraBrushesForWorldspawn(), MoveBrushesToWorld(), ParseBrush(), ParseMapEntity(), ProcessSubModel(), ProcessWorldModel(), and WriteMapFile().
the number of brushes in case of a bmodel
Definition at line 49 of file bspfile.h.
Referenced by AdjustBrushesForOrigin(), BeginModel(), Check_EntityWithBrushes(), Check_ExtraBrushesForWorldspawn(), LoadMapFile(), MoveBrushesToWorld(), ParseBrush(), ParseMapEntity(), ProcessSubModel(), ProcessWorldModel(), and WriteMapFile().
the origin vector of the entity
Definition at line 47 of file bspfile.h.
Referenced by AdjustBrushesForOrigin(), Check_InfoStartAligned(), CL_AddArrow(), CL_AddPathingBox(), CL_AddTargetingBox(), ParseBrush(), ParseMapEntity(), R_AddEntity(), R_CalcTransform(), R_CullMeshModel(), R_DrawArrow(), R_DrawBox(), R_DrawFloor(), R_EntityAddToOrigin(), R_EntityCopyOrigin(), R_EntityGetOrigin(), R_EntitySetOrigin(), R_EntitySubtractFromOrigin(), R_Trace(), and R_UpdateLightList().
skip this entity in case the check functions have found an error and it should not get written back into the fixed map file
Definition at line 51 of file bspfile.h.
Referenced by Check_EntityWithBrushes(), and WriteMapFile().