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

Method ClientGetOutgoingRate

neo/framework/async/NetworkSystem.cpp:185–190  ·  view source on GitHub ↗

================== idNetworkSystem::ClientGetOutgoingRate ================== */

Source from the content-addressed store, hash-verified

183==================
184*/
185int idNetworkSystem::ClientGetOutgoingRate( void ) {
186 if ( idAsyncNetwork::client.IsActive() ) {
187 return idAsyncNetwork::client.GetOutgoingRate();
188 }
189 return 0;
190}
191
192/*
193==================

Callers

nothing calls this directly

Calls 2

IsActiveMethod · 0.45
GetOutgoingRateMethod · 0.45

Tested by

no test coverage detected