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

Function xParGroupSetBack2Life

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

Source from the content-addressed store, hash-verified

55}
56
57void xParGroupSetBack2Life(xParGroup* ps, S32 b2l)
58{
59 if (b2l)
60 {
61 if (ps->m_flags & XPARGROUP_NOBACK2LIFE)
62 {
63 ps->m_flags ^= XPARGROUP_NOBACK2LIFE;
64 }
65 }
66 else
67 {
68 ps->m_flags |= XPARGROUP_NOBACK2LIFE;
69 }
70}
71
72void xParGroupSetVisibility(xParGroup* ps, S32 vis)
73{

Callers 2

xParSysInitFunction · 0.85
xParSysResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected