MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetIncomingCompression

Method GetIncomingCompression

neo/framework/async/AsyncClient.cpp:538–544  ·  view source on GitHub ↗

================== idAsyncClient::GetIncomingCompression ================== */

Source from the content-addressed store, hash-verified

536==================
537*/
538float idAsyncClient::GetIncomingCompression( void ) const {
539 if ( clientState < CS_CONNECTED ) {
540 return 0.0f;
541 } else {
542 return channel.GetIncomingCompression();
543 }
544}
545
546/*
547==================

Callers 2

SCR_DrawAsyncStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected