Share

e2f_ent

C++

struct e2f_ent {
  char id;
  short flags;
  short type;
  __int64 adr1;
  __int64 adr2;
  long npoly;
  long nverts;
  short color;
  long truecolor;
  long layerindex;
  __int64 materialId;
};

File

scene.h

Members

Members Description
id Record type
flags Bit flags
type Entity type
adr1 Entity address
adr2 Validation code of address
npoly Number of polygon
nverts Number of vertices
color color of entity
layerindex Index into the layer table for this entities layer
materialId Material database id

Description

Entity record

Was this information helpful?