MCPcopy 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
123void CTaskGroup::Init( void )
124{
125 m_completedTasks.clear();
126
127 m_numCompleted = 0;
128 m_parent = NULL;
129}
130
131/*
132-------------------------

Callers 2

AddTaskGroupMethod · 0.45
MarkTaskMethod · 0.45

Calls 2

clearMethod · 0.45
GetOwnerIDMethod · 0.45

Tested by

no test coverage detected