Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ task_pause
Function
task_pause
TheForceEngine/TFE_Jedi/Task/task.cpp:229–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void task_pause(JBool pause, Task* pauseRunTask)
230
{
231
s_taskSystemPaused = pause;
232
s_taskPauseTask = pauseRunTask;
233
}
234
235
void task_free(Task* task)
236
{
Callers
2
mission_mainTaskFunc
Function · 0.85
mission_pause
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected