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

Function loadTick

TheForceEngine/TFE_Input/replay.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void loadTick()
164 {
165 int inputCounter = inputMapping_getCounter();
166 TFE_DarkForces::s_curTick = inputEvents[inputCounter].curTick;
167 }
168
169 void saveInitTime()
170 {

Callers 1

updateTimeFunction · 0.85

Calls 1

inputMapping_getCounterFunction · 0.85

Tested by

no test coverage detected