UFO: Alien Invasion
|
#include <bspfile.h>
Data Fields | |
vec3_t | origin |
int | firstbrush |
int | numbrushes |
epair_t * | epairs |
bool | skip |
epair_t* entity_t::epairs |
the entity parameters (key, value)
Definition at line 50 of file bspfile.h.
Referenced by CheckEntities(), EpairCheckForDuplicate(), ParseEntity(), ParseMapEntity(), ProcessSubModel(), SetKeyValue(), UnparseEntities(), ValueForKey(), and WriteMapFile().
int entity_t::firstbrush |
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().
int entity_t::numbrushes |
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().
vec3_t entity_t::origin |
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(), LE_BrushModelAction(), ParseBrush(), ParseMapEntity(), R_CalcTransform(), R_CullBspModel(), R_CullMeshModel(), R_DrawAliasModel(), R_DrawAliasModelBuffer(), R_DrawArrow(), R_DrawBox(), R_DrawFloor(), R_EntityAddToOrigin(), R_EntitySetOrigin(), R_GetEntityLists(), R_Trace(), R_TransformForEntity(), and R_UpdateShadowOrigin().
bool entity_t::skip |
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().