HomeSort by relevance Sort by last modified time
    Searched refs:SV_FullClientUpdate (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/server/
server.h 355 void SV_FullClientUpdate (client_t *client, sizebuf_t *buf);
sv_main.c 230 SV_FullClientUpdate (drop, &sv.reliable_datagram);
268 SV_FullClientUpdate
273 void SV_FullClientUpdate (client_t *client, sizebuf_t *buf)
280 //Sys_Printf("SV_FullClientUpdate: Updated frags for client %d\n", i);
318 SV_FullClientUpdate (client, &cl->backbuf);
321 SV_FullClientUpdate (client, &cl->netchan.message);
    [all...]
sv_send.c 632 SV_FullClientUpdate (host_client, &sv.reliable_datagram);

Completed in 37 milliseconds