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

Method time

src/game/client/component.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113#endif
114
115int64_t CComponentInterfaces::time() const
116{
117#if defined(CONF_VIDEORECORDER)
118 return IVideo::Current() ? IVideo::Time() : time_get();
119#else
120 return time_get();
121#endif
122}
123
124float CComponentInterfaces::LocalTime() const
125{

Callers

nothing calls this directly

Calls 1

time_getFunction · 0.85

Tested by

no test coverage detected