doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
entity_s Struct Reference

#include <EditorEntity.h>

Public Attributes

struct entity_sprev
 
struct entity_snext
 
brush_t brushes
 
int undoId
 
int redoId
 
int entityId
 
idVec3 origin
 
qhandle_t lightDef
 
qhandle_t modelDef
 
idSoundEmittersoundEmitter
 
eclass_t * eclass
 
idDict epairs
 
eclass_t * md3Class
 
idMat3 rotation
 
idVec3 lightOrigin
 
idMat3 lightRotation
 
bool trackLightOrigin
 
idCurve< idVec3 > * curve
 

Detailed Description

Definition at line 33 of file EditorEntity.h.

Member Data Documentation

brush_t entity_s::brushes

Definition at line 35 of file EditorEntity.h.

idCurve<idVec3>* entity_s::curve

Definition at line 48 of file EditorEntity.h.

eclass_t* entity_s::eclass

Definition at line 41 of file EditorEntity.h.

int entity_s::entityId

Definition at line 36 of file EditorEntity.h.

idDict entity_s::epairs

Definition at line 42 of file EditorEntity.h.

qhandle_t entity_s::lightDef

Definition at line 38 of file EditorEntity.h.

idVec3 entity_s::lightOrigin

Definition at line 45 of file EditorEntity.h.

idMat3 entity_s::lightRotation

Definition at line 46 of file EditorEntity.h.

eclass_t* entity_s::md3Class

Definition at line 43 of file EditorEntity.h.

qhandle_t entity_s::modelDef

Definition at line 39 of file EditorEntity.h.

struct entity_s * entity_s::next

Definition at line 34 of file EditorEntity.h.

idVec3 entity_s::origin

Definition at line 37 of file EditorEntity.h.

struct entity_s* entity_s::prev

Definition at line 34 of file EditorEntity.h.

int entity_s::redoId

Definition at line 36 of file EditorEntity.h.

idMat3 entity_s::rotation

Definition at line 44 of file EditorEntity.h.

idSoundEmitter* entity_s::soundEmitter

Definition at line 40 of file EditorEntity.h.

bool entity_s::trackLightOrigin

Definition at line 47 of file EditorEntity.h.

int entity_s::undoId

Definition at line 36 of file EditorEntity.h.


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