Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
105
void ProgressSystem::SetRest(float value)
106
{
107
// really advance - change display
108
_progressCur = _progressTot - value;
109
}
110
111
bool ProgressSystem::Active() const
112
{
Callers
1
ProgressSetRest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected