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

Method LocalTime

src/game/client/component.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124float CComponentInterfaces::LocalTime() const
125{
126#if defined(CONF_VIDEORECORDER)
127 return IVideo::Current() ? IVideo::LocalTime() : Client()->LocalTime();
128#else
129 return Client()->LocalTime();
130#endif
131}
132
133class IClient *CComponentInterfaces::Client() const
134{

Callers 7

HandleMultiViewMethod · 0.45
TranslateSnapMethod · 0.45
ChangeZoomMethod · 0.45
UpdateCameraMethod · 0.45
OnRenderMethod · 0.45
SnapInputMethod · 0.45
OnRenderMethod · 0.45

Calls 1

ClientFunction · 0.50

Tested by 1

OnRenderMethod · 0.36