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

Method AdvanceTime

engine/Poseidon/Audio/SoundScene.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void HistoryTracker::AdvanceTime(float deltaT)
151{
152 for (int i = 0; i < _history.Size(); i++)
153 {
154 _history[i].howOld += deltaT;
155 }
156 GuardLimits();
157}
158
159void HistoryTracker::Add(float value, float howOld)
160{

Callers 2

AdvanceAllMethod · 0.45
SkipDayTimeFunction · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected