================== idNetworkSystem::ClientGetIncomingRate ================== */
| 195 | ================== |
| 196 | */ |
| 197 | int idNetworkSystem::ClientGetIncomingRate( void ) { |
| 198 | if ( idAsyncNetwork::client.IsActive() ) { |
| 199 | return idAsyncNetwork::client.GetIncomingRate(); |
| 200 | } |
| 201 | return 0; |
| 202 | } |
| 203 | |
| 204 | /* |
| 205 | ================== |
nothing calls this directly
no test coverage detected