MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetRest

Method SetRest

engine/Poseidon/Core/ProgressSystem.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 _progressCur = value;
104}
105void ProgressSystem::SetRest(float value)
106{
107 // really advance - change display
108 _progressCur = _progressTot - value;
109}
110
111bool ProgressSystem::Active() const
112{

Callers 1

ProgressSetRestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected