MCPcopy 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

startRecordingFunction · 0.85
updateTimeFunction · 0.85

Calls 1

inputMapping_getCounterFunction · 0.85

Tested by

no test coverage detected