Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Function · 0.85
updateTooltips
Function · 0.85
getThumbnail
Function · 0.85
editor_infEdit_UI
Function · 0.85
updateWindowControls
Function · 0.85
cameraControl2d
Function · 0.85
cameraControl3d
Function · 0.85
updateViewportScroll
Function · 0.85
viewport_updateRail
Function · 0.85
updateTime
Function · 0.85
update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected