Quake II RTX doxygen  1.0 dev
ac_locals_t Struct Reference

Public Attributes

qboolean connected
 
qboolean ready
 
qboolean ping_pending
 
unsigned last_ping
 
netstream_t stream
 
size_t msglen
 

Detailed Description

Definition at line 87 of file ac.c.

Member Data Documentation

◆ connected

qboolean ac_locals_t::connected

Definition at line 88 of file ac.c.

Referenced by ac_disable_play_changed(), AC_Drop(), AC_Flush(), AC_Retry(), AC_Run(), and AC_Update_f().

◆ last_ping

unsigned ac_locals_t::last_ping

Definition at line 91 of file ac.c.

Referenced by AC_CheckTimeouts(), AC_ParseMessage(), AC_ParseReady(), and AC_SendPing().

◆ msglen

size_t ac_locals_t::msglen

Definition at line 93 of file ac.c.

Referenced by AC_ParseMessage().

◆ ping_pending

qboolean ac_locals_t::ping_pending

Definition at line 90 of file ac.c.

Referenced by AC_CheckTimeouts(), AC_ParseMessage(), and AC_SendPing().

◆ ready

◆ stream

netstream_t ac_locals_t::stream