vkQuake2 doxygen  1.0 dev
client_frame_t Struct Reference

#include <server.h>

Public Attributes

int areabytes
 
byte areabits [MAX_MAP_AREAS/8]
 
player_state_t ps
 
int num_entities
 
int first_entity
 
int senttime
 

Detailed Description

Definition at line 82 of file server.h.

Member Data Documentation

◆ areabits

byte client_frame_t::areabits[MAX_MAP_AREAS/8]

Definition at line 85 of file server.h.

Referenced by SV_BuildClientFrame(), and SV_WriteFrameToClient().

◆ areabytes

int client_frame_t::areabytes

Definition at line 84 of file server.h.

Referenced by SV_BuildClientFrame(), and SV_WriteFrameToClient().

◆ first_entity

int client_frame_t::first_entity

Definition at line 88 of file server.h.

Referenced by SV_BuildClientFrame(), and SV_EmitPacketEntities().

◆ num_entities

int client_frame_t::num_entities

Definition at line 87 of file server.h.

Referenced by SV_BuildClientFrame(), and SV_EmitPacketEntities().

◆ ps

player_state_t client_frame_t::ps

Definition at line 86 of file server.h.

Referenced by SV_BuildClientFrame(), and SV_WritePlayerstateToClient().

◆ senttime

int client_frame_t::senttime

Definition at line 89 of file server.h.

Referenced by SV_BuildClientFrame().