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

Method ClientGetPrediction

neo/framework/async/NetworkSystem.cpp:161–166  ·  view source on GitHub ↗

================== idNetworkSystem::ClientGetPrediction ================== */

Source from the content-addressed store, hash-verified

159==================
160*/
161int idNetworkSystem::ClientGetPrediction( void ) {
162 if ( idAsyncNetwork::client.IsActive() ) {
163 return idAsyncNetwork::client.GetPrediction();
164 }
165 return 0;
166}
167
168/*
169==================

Callers

nothing calls this directly

Calls 2

GetPredictionMethod · 0.80
IsActiveMethod · 0.45

Tested by

no test coverage detected