UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
entity_t Struct Reference

#include <bspfile.h>

Data Fields

vec3_t origin
 
int firstbrush
 
int numbrushes
 
epair_tepairs
 
bool skip
 

Detailed Description

See also
epair_t

Definition at line 46 of file bspfile.h.

Field Documentation

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().

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().


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