![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <protocol.h>
Data Fields | |
| int * | deltabits |
| 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_t * | states |
| int * | updateframenum |
| int | viewentnum |
| unsigned char * | visiblebits |
Definition at line 846 of file protocol.h.
| int* entityframe5_database_t::deltabits |
Definition at line 860 of file protocol.h.
Referenced by EntityFrame5_ExpandEdicts(), EntityFrame5_FreeDatabase(), EntityFrame5_LostFrame(), EntityFrame5_WriteFrame(), and EntityState5_Priority().
| int entityframe5_database_t::latestframenum |
Definition at line 849 of file protocol.h.
Referenced by EntityFrame5_AllocDatabase(), EntityFrame5_WriteFrame(), and SV_WriteEntitiesToClient().
| int entityframe5_database_t::maxedicts |
Definition at line 857 of file protocol.h.
Referenced by EntityFrame5_AllocDatabase(), EntityFrame5_ExpandEdicts(), EntityFrame5_FreeDatabase(), EntityFrame5_LostFrame(), EntityFrame5_WriteFrame(), and EntityState5_Priority().
| entityframe5_packetlog_t entityframe5_database_t::packetlog[ENTITYFRAME5_MAXPACKETLOGS] |
Definition at line 854 of file protocol.h.
Referenced by EntityFrame5_AckFrame(), EntityFrame5_LostFrame(), and EntityFrame5_WriteFrame().
| unsigned char* entityframe5_database_t::priorities |
Definition at line 863 of file protocol.h.
Referenced by EntityFrame5_ExpandEdicts(), EntityFrame5_LostFrame(), EntityFrame5_WriteFrame(), and EntityState5_Priority().
| int entityframe5_database_t::prioritychaincounts[ENTITYFRAME5_PRIORITYLEVELS] |
Definition at line 888 of file protocol.h.
Referenced by EntityFrame5_WriteFrame().
| unsigned short entityframe5_database_t::prioritychains[ENTITYFRAME5_PRIORITYLEVELS][ENTITYFRAME5_MAXSTATES] |
Definition at line 889 of file protocol.h.
Referenced by EntityFrame5_WriteFrame().
| entity_state_t* entityframe5_database_t::states |
Definition at line 868 of file protocol.h.
Referenced by EntityFrame5_AllocDatabase(), EntityFrame5_ExpandEdicts(), EntityFrame5_WriteFrame(), and EntityState5_Priority().
| int* entityframe5_database_t::updateframenum |
Definition at line 865 of file protocol.h.
Referenced by EntityFrame5_ExpandEdicts(), and EntityFrame5_WriteFrame().
| int entityframe5_database_t::viewentnum |
Definition at line 851 of file protocol.h.
Referenced by EntityFrame5_WriteFrame(), and EntityState5_Priority().
| unsigned char* entityframe5_database_t::visiblebits |
Definition at line 872 of file protocol.h.
Referenced by EntityFrame5_ExpandEdicts(), and EntityFrame5_WriteFrame().