MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetPrediction

Method GetPrediction

neo/framework/async/AsyncClient.cpp:473–479  ·  view source on GitHub ↗

================== idAsyncClient::GetPrediction ================== */

Source from the content-addressed store, hash-verified

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

Callers 2

SCR_DrawAsyncStatsFunction · 0.80
ClientGetPredictionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected