MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / UpdateProgress

Function UpdateProgress

TombEngine/Specific/level.cpp:1521–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519}
1520
1521void UpdateProgress(float progress, bool skip = false)
1522{
1523 if (skip)
1524 return;
1525
1526 g_Renderer.UpdateProgress(progress);
1527}
1528
1529bool LoadLevel(const std::string& path, bool partial)
1530{

Callers 1

LoadLevelFunction · 0.85

Calls 1

UpdateProgressMethod · 0.80

Tested by

no test coverage detected