MCPcopy Create free account
hub / github.com/ddnet/ddnet / FrameTimeAverage

Method FrameTimeAverage

src/engine/client.h:187–187  ·  view source on GitHub ↗

Exponentially weighted average of frame times.

Source from the content-addressed store, hash-verified

185 float RenderFrameTime() const { return m_RenderFrameTime; }
186 // Exponentially weighted average of frame times.
187 float FrameTimeAverage() const { return m_FrameTimeAverage; }
188
189 // actions
190 virtual void Connect(const char *pAddress, const char *pPassword = nullptr) = 0;

Callers 2

RenderTextInfoMethod · 0.80
ReconstructSmokeTrailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected