================== idNetworkSystem::ClientGetPrediction ================== */
| 159 | ================== |
| 160 | */ |
| 161 | int idNetworkSystem::ClientGetPrediction( void ) { |
| 162 | if ( idAsyncNetwork::client.IsActive() ) { |
| 163 | return idAsyncNetwork::client.GetPrediction(); |
| 164 | } |
| 165 | return 0; |
| 166 | } |
| 167 | |
| 168 | /* |
| 169 | ================== |
nothing calls this directly
no test coverage detected