Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ Init
Method
Init
code/icarus/TaskManager.cpp:123–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
*/
122
123
void CTaskGroup::Init( void )
124
{
125
m_completedTasks.clear();
126
127
m_numCompleted = 0;
128
m_parent = NULL;
129
}
130
131
/*
132
-------------------------
Callers
2
AddTaskGroup
Method · 0.45
MarkTask
Method · 0.45
Calls
2
clear
Method · 0.45
GetOwnerID
Method · 0.45
Tested by
no test coverage detected