#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 |
| byte client_frame_t::areabits[MAX_MAP_AREAS/8] |
Definition at line 85 of file server.h.
Referenced by SV_BuildClientFrame(), and SV_WriteFrameToClient().
| int client_frame_t::areabytes |
Definition at line 84 of file server.h.
Referenced by SV_BuildClientFrame(), and SV_WriteFrameToClient().
| int client_frame_t::first_entity |
Definition at line 88 of file server.h.
Referenced by SV_BuildClientFrame(), and SV_EmitPacketEntities().
| int client_frame_t::num_entities |
Definition at line 87 of file server.h.
Referenced by SV_BuildClientFrame(), and SV_EmitPacketEntities().
| player_state_t client_frame_t::ps |
Definition at line 86 of file server.h.
Referenced by SV_BuildClientFrame(), and SV_WritePlayerstateToClient().
| int client_frame_t::senttime |
Definition at line 89 of file server.h.
Referenced by SV_BuildClientFrame().