Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ saveTick
Function
saveTick
TheForceEngine/TFE_Input/replay.cpp:157–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void saveTick()
158
{
159
int inputCounter = inputMapping_getCounter();
160
inputEvents[inputCounter].curTick = TFE_DarkForces::s_curTick;
161
}
162
163
void loadTick()
164
{
Callers
2
startRecording
Function · 0.85
updateTime
Function · 0.85
Calls
1
inputMapping_getCounter
Function · 0.85
Tested by
no test coverage detected