MCPcopy Create free account
hub / github.com/ZDoom/Raze / DoTheCache

Function DoTheCache

source/games/sw/src/cache.cpp:429–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427//---------------------------------------------------------------------------
428
429void DoTheCache(void)
430{
431 if (r_precache)
432 {
433 SetupPreCache();
434 PreCacheActor();
435 PreCacheOverride();
436 precacheMarkedTiles();
437 }
438}
439
440
441

Callers 2

SerializeGameStateMethod · 0.85
InitRunLevelFunction · 0.85

Calls 4

SetupPreCacheFunction · 0.85
PreCacheActorFunction · 0.85
PreCacheOverrideFunction · 0.85
precacheMarkedTilesFunction · 0.85

Tested by

no test coverage detected