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

#include <server.h>

+ Collaboration diagram for csqcentityframedb_t:

Data Fields

unsigned short entno [NUM_CSQCENTITIES_PER_FRAME]
 
int framenum
 
int num
 
int sendflags [NUM_CSQCENTITIES_PER_FRAME]
 

Detailed Description

Definition at line 172 of file server.h.

Field Documentation

◆ entno

unsigned short csqcentityframedb_t::entno[NUM_CSQCENTITIES_PER_FRAME]

Definition at line 176 of file server.h.

Referenced by EntityFrameCSQC_LostFrame(), and EntityFrameCSQC_WriteFrame().

◆ framenum

int csqcentityframedb_t::framenum

◆ num

◆ sendflags

int csqcentityframedb_t::sendflags[NUM_CSQCENTITIES_PER_FRAME]

Definition at line 177 of file server.h.

Referenced by EntityFrameCSQC_LostFrame(), and EntityFrameCSQC_WriteFrame().


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