MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xParGroupUnregister

Function xParGroupUnregister

src/SB/Core/x/xParGroup.cpp:100–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void xParGroupUnregister(xParGroup* ps)
101{
102 for (U8 i = 0; i < REG_TABLE_SIZE; i++)
103 {
104 if (sParGroupRegTable[i] == ps)
105 {
106 sParGroupRegTable[i] = NULL;
107 ps->m_regidx = 0;
108 break;
109 }
110 }
111}
112
113void xParGroupSetActive(xParGroup* ps, U32 isActive)
114{

Callers 1

xParSysExitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected