Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4518
private:
4519
enum class ETimeUnit
Callers
9
DoQuadEnvelopes
Method · 0.45
RemoveTimeOffsetEnvelope
Method · 0.45
UpdateHotEnvelopePoint
Method · 0.45
RenderEnvelopeEditor
Method · 0.45
RenderEnvelopeEditorColorBar
Method · 0.45
PopupEnvPoint
Method · 0.45
PopupEnvPointCurveType
Method · 0.45
CEditorActionAddEnvelopePoint
Method · 0.45
EndTime
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected