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

Function task_setNextTick

TheForceEngine/TFE_Jedi/Task/task.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void task_setNextTick(Task* task, Tick tick)
322 {
323 task->nextTick = tick;
324 }
325
326 void task_setUserData(Task* task, void* data)
327 {

Callers 3

inf_createTeleportTaskFunction · 0.85
gameMusic_startFightFunction · 0.85
player_createControllerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected