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

Method ServerGetClientOutgoingRate

neo/framework/async/NetworkSystem.cpp:112–117  ·  view source on GitHub ↗

================== idNetworkSystem::ServerGetClientOutgoingRate ================== */

Source from the content-addressed store, hash-verified

110==================
111*/
112int idNetworkSystem::ServerGetClientOutgoingRate( int clientNum ) {
113 if ( idAsyncNetwork::server.IsActive() ) {
114 return idAsyncNetwork::server.GetClientOutgoingRate( clientNum );
115 }
116 return 0;
117}
118
119/*
120==================

Callers

nothing calls this directly

Calls 2

GetClientOutgoingRateMethod · 0.80
IsActiveMethod · 0.45

Tested by

no test coverage detected