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

Function task_getCurrent

TheForceEngine/TFE_Jedi/Task/task.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 Task* task_getCurrent()
225 {
226 return s_curTask;
227 }
228
229 void task_pause(JBool pause, Task* pauseRunTask)
230 {

Callers 3

message_sendToObjFunction · 0.85
generatorTaskFuncFunction · 0.85
vueLogicTaskFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected