================== idAsyncClient::GetPrediction ================== */
| 471 | ================== |
| 472 | */ |
| 473 | int idAsyncClient::GetPrediction( void ) const { |
| 474 | if ( clientState < CS_CONNECTED ) { |
| 475 | return -1; |
| 476 | } else { |
| 477 | return clientPrediction; |
| 478 | } |
| 479 | } |
| 480 | |
| 481 | /* |
| 482 | ================== |
no outgoing calls
no test coverage detected