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

Function task_getUserData

TheForceEngine/TFE_Jedi/Task/task.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 void* task_getUserData()
333 {
334 return s_curTask ? s_curTask->userData : nullptr;
335 }
336
337 const char* task_getName(Task* task)
338 {

Callers 12

generatorTaskFuncFunction · 0.85
vueLogicTaskFuncFunction · 0.85
bobaFettTaskFuncFunction · 0.85
turretLocalMsgFuncFunction · 0.85
turretTaskFuncFunction · 0.85
mouseBotLocalMsgFuncFunction · 0.85
mouseBotTaskFuncFunction · 0.85
phaseTwoTaskFuncFunction · 0.85
kellDragonTaskFuncFunction · 0.85
phaseThreeTaskFuncFunction · 0.85
phaseOneTaskFuncFunction · 0.85
welderTaskFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected