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

Method GetPureServerChecksums

neo/framework/FileSystem.cpp:2621–2628  ·  view source on GitHub ↗

===================== idFileSystemLocal::GetPureServerChecksums ===================== */

Source from the content-addressed store, hash-verified

2619=====================
2620*/
2621void idFileSystemLocal::GetPureServerChecksums( int checksums[ MAX_PURE_PAKS ] ) {
2622 int i;
2623
2624 for ( i = 0; i < serverPaks.Num(); i++ ) {
2625 checksums[ i ] = serverPaks[ i ]->checksum;
2626 }
2627 checksums[ i ] = 0;
2628}
2629
2630/*
2631=====================

Callers 5

SendPureServerMessageMethod · 0.80
VerifyChecksumMessageMethod · 0.80
ProcessPureMessageMethod · 0.80

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected