QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
entity_t Struct Reference

In-memory representation of an entity as parsed from the map script. More...

Collaboration diagram for entity_t:
[legend]

Data Fields

mbrush_tbrushes
 Nul terminated list of brushes. More...
 
epair_tepairs
 Nul terminated list of key=value pairs. More...
 
int line
 Map line of entity start (for messages) More...
 
vec3_t origin
 Location of this entity in world-space. More...
 

Detailed Description

In-memory representation of an entity as parsed from the map script.

Field Documentation

mbrush_t* brushes

Nul terminated list of brushes.

epair_t* epairs

Nul terminated list of key=value pairs.

int line

Map line of entity start (for messages)

vec3_t origin

Location of this entity in world-space.


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