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

Method AsSeconds

src/game/editor/editor.cpp:4513–4516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4511 }
4512
4513 float AsSeconds() const
4514 {
4515 return std::chrono::duration_cast<std::chrono::duration<float>>(m_Value).count();
4516 }
4517
4518private:
4519 enum class ETimeUnit

Callers 9

DoQuadEnvelopesMethod · 0.45
RenderEnvelopeEditorMethod · 0.45
PopupEnvPointMethod · 0.45
EndTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected