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

Method Add

engine/Poseidon/Audio/SoundScene.cpp:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void HistoryTracker::Add(float value, float howOld)
160{
161 HistoryItem item;
162 item.value = value;
163 item.howOld = howOld;
164 _history.Add(item);
165 GuardLimits();
166}
167
168void HistoryTracker::Evaluate(float& max, float& min, float& avg, float minOld, float maxOld)
169{

Callers 9

LoadSoundMethod · 0.45
SoundObjectMethod · 0.45
ForceTrasmitContextClass · 0.45
SoundSceneMethod · 0.45
OpenMethod · 0.45
AddSoundMethod · 0.45
AdvanceAllMethod · 0.45
SayPauseMethod · 0.45
ApplyVoiceBudget3DFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected