DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
entityframe5_database_t Struct Reference

#include <protocol.h>

+ Collaboration diagram for entityframe5_database_t:

Data Fields

intdeltabits
 
int latestframenum
 
int maxedicts
 
entityframe5_packetlog_t packetlog [ENTITYFRAME5_MAXPACKETLOGS]
 
unsigned char * priorities
 
int prioritychaincounts [ENTITYFRAME5_PRIORITYLEVELS]
 
unsigned short prioritychains [ENTITYFRAME5_PRIORITYLEVELS][ENTITYFRAME5_MAXSTATES]
 
entity_state_tstates
 
intupdateframenum
 
int viewentnum
 
unsigned char * visiblebits
 

Detailed Description

Definition at line 846 of file protocol.h.

Field Documentation

◆ deltabits

int* entityframe5_database_t::deltabits

◆ latestframenum

int entityframe5_database_t::latestframenum

◆ maxedicts

◆ packetlog

entityframe5_packetlog_t entityframe5_database_t::packetlog[ENTITYFRAME5_MAXPACKETLOGS]

◆ priorities

unsigned char* entityframe5_database_t::priorities

◆ prioritychaincounts

int entityframe5_database_t::prioritychaincounts[ENTITYFRAME5_PRIORITYLEVELS]

Definition at line 888 of file protocol.h.

Referenced by EntityFrame5_WriteFrame().

◆ prioritychains

unsigned short entityframe5_database_t::prioritychains[ENTITYFRAME5_PRIORITYLEVELS][ENTITYFRAME5_MAXSTATES]

Definition at line 889 of file protocol.h.

Referenced by EntityFrame5_WriteFrame().

◆ states

entity_state_t* entityframe5_database_t::states

◆ updateframenum

int* entityframe5_database_t::updateframenum

Definition at line 865 of file protocol.h.

Referenced by EntityFrame5_ExpandEdicts(), and EntityFrame5_WriteFrame().

◆ viewentnum

int entityframe5_database_t::viewentnum

Definition at line 851 of file protocol.h.

Referenced by EntityFrame5_WriteFrame(), and EntityState5_Priority().

◆ visiblebits

unsigned char* entityframe5_database_t::visiblebits

Definition at line 872 of file protocol.h.

Referenced by EntityFrame5_ExpandEdicts(), and EntityFrame5_WriteFrame().


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