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

Method ClientGetIncomingRate

neo/framework/async/NetworkSystem.cpp:197–202  ·  view source on GitHub ↗

================== idNetworkSystem::ClientGetIncomingRate ================== */

Source from the content-addressed store, hash-verified

195==================
196*/
197int idNetworkSystem::ClientGetIncomingRate( void ) {
198 if ( idAsyncNetwork::client.IsActive() ) {
199 return idAsyncNetwork::client.GetIncomingRate();
200 }
201 return 0;
202}
203
204/*
205==================

Callers

nothing calls this directly

Calls 2

IsActiveMethod · 0.45
GetIncomingRateMethod · 0.45

Tested by

no test coverage detected