================== idNetworkSystem::ClientGetOutgoingRate ================== */
| 183 | ================== |
| 184 | */ |
| 185 | int idNetworkSystem::ClientGetOutgoingRate( void ) { |
| 186 | if ( idAsyncNetwork::client.IsActive() ) { |
| 187 | return idAsyncNetwork::client.GetOutgoingRate(); |
| 188 | } |
| 189 | return 0; |
| 190 | } |
| 191 | |
| 192 | /* |
| 193 | ================== |
nothing calls this directly
no test coverage detected