MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getDeltaTime

Function getDeltaTime

TheForceEngine/TFE_System/system.cpp:189–192  ·  view source on GitHub ↗

Timing Return the delta time.

Source from the content-addressed store, hash-verified

187 // Timing
188 // Return the delta time.
189 f64 getDeltaTime()
190 {
191 return s_dt;
192 }
193
194 f64 getDeltaTimeRaw()
195 {

Callers 11

updateFunction · 0.85
updateTooltipsFunction · 0.85
getThumbnailFunction · 0.85
editor_infEdit_UIFunction · 0.85
updateWindowControlsFunction · 0.85
cameraControl2dFunction · 0.85
cameraControl3dFunction · 0.85
updateViewportScrollFunction · 0.85
viewport_updateRailFunction · 0.85
updateTimeFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected