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

Function task_updateTime

TheForceEngine/TFE_Jedi/Task/task.cpp:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 }
544
545 void task_updateTime()
546 {
547 s_prevTime = TFE_System::getTime();
548 }
549
550 // Called once per frame to run all of the tasks.
551 // Returns JFALSE if it cannot be run due to the time interval.

Callers 1

serializeGameStateMethod · 0.85

Calls 1

getTimeFunction · 0.85

Tested by

no test coverage detected