Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
EntityData Struct Reference

Representation of an entity, with the data needed for queries. More...

Public Member Functions

 EntityData ()
 

Public Attributes

entity_pos_t x
 
entity_pos_t z
 
entity_pos_t visionRange
 
u8 retainInFog
 
i8 owner
 
u8 inWorld
 
u8 flags
 

Detailed Description

Representation of an entity, with the data needed for queries.

Definition at line 137 of file CCmpRangeManager.cpp.

Constructor & Destructor Documentation

EntityData::EntityData ( )
inline

Definition at line 139 of file CCmpRangeManager.cpp.

Member Data Documentation

u8 EntityData::flags

Definition at line 145 of file CCmpRangeManager.cpp.

u8 EntityData::inWorld

Definition at line 144 of file CCmpRangeManager.cpp.

i8 EntityData::owner

Definition at line 143 of file CCmpRangeManager.cpp.

u8 EntityData::retainInFog

Definition at line 142 of file CCmpRangeManager.cpp.

entity_pos_t EntityData::visionRange

Definition at line 141 of file CCmpRangeManager.cpp.

entity_pos_t EntityData::x

Definition at line 140 of file CCmpRangeManager.cpp.

entity_pos_t EntityData::z

Definition at line 140 of file CCmpRangeManager.cpp.


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