Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Reset
Method
Reset
engine/Poseidon/Network/NetworkServerSimulate.cpp:136–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
_weight += weight;
135
}
136
137
void CalculateMinMaxAvg::Reset()
138
{
139
_min = FLT_MAX;
140
_max = FLT_MIN;
141
_sum = 0;
142
_weight = 0;
143
}
144
145
CalculateMinMaxAvg::CalculateMinMaxAvg()
Callers
5
StartDownloadingXMLSource
Method · 0.45
StartDownloadingLogo
Method · 0.45
CalculateExeCRC
Function · 0.45
CalculateDataCRC
Function · 0.45
OnSimulate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected