Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generatorTaskFunc
Function · 0.85
vueLogicTaskFunc
Function · 0.85
bobaFettTaskFunc
Function · 0.85
turretLocalMsgFunc
Function · 0.85
turretTaskFunc
Function · 0.85
mouseBotLocalMsgFunc
Function · 0.85
mouseBotTaskFunc
Function · 0.85
phaseTwoTaskFunc
Function · 0.85
kellDragonTaskFunc
Function · 0.85
phaseThreeTaskFunc
Function · 0.85
phaseOneTaskFunc
Function · 0.85
welderTaskFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected