================== idNetworkSystem::ServerGetClientOutgoingRate ================== */
| 110 | ================== |
| 111 | */ |
| 112 | int idNetworkSystem::ServerGetClientOutgoingRate( int clientNum ) { |
| 113 | if ( idAsyncNetwork::server.IsActive() ) { |
| 114 | return idAsyncNetwork::server.GetClientOutgoingRate( clientNum ); |
| 115 | } |
| 116 | return 0; |
| 117 | } |
| 118 | |
| 119 | /* |
| 120 | ================== |
nothing calls this directly
no test coverage detected