cvar_t developer_networkentities
void EntityFrame4_FreeDatabase(entityframe4_database_t *d)
int EntityFrame4_AckFrame(entityframe4_database_t *d, int framenum, int servermode)
entityframe4_database_t * EntityFrame4_AllocDatabase(mempool_t *pool)
void EntityFrame4_ResetDatabase(entityframe4_database_t *d)
entity_state_t * EntityFrame4_GetReferenceEntity(entityframe4_database_t *d, int number)
void EntityFrame4_AddCommitEntity(entityframe4_database_t *d, const entity_state_t *s)
void Con_Print(const char *msg)
Prints to all appropriate console targets, and adds timestamps.
void Con_Printf(const char *fmt,...)
Prints to all appropriate console targets.
entity_state_t defaultstate
#define MAX_ENTITY_HISTORY
unsigned short modelindex
entity_database4_commit_t commit[MAX_ENTITY_HISTORY]
entity_state_t * referenceentity
entity_database4_commit_t * currentcommit
struct mempool_s * mempool
#define Mem_Alloc(pool, size)