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

Function xParSysExit

src/SB/Core/x/xParSys.cpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void xParSysExit(xParSys* t)
233{
234 if (t->group != NULL)
235 {
236 xParGroupKillAllParticles(t->group);
237 xParGroupUnregister(t->group);
238 }
239}
240
241S32 xParSysEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam, xBase* toParamWidget)
242{

Callers 1

zSceneExitFunction · 0.85

Calls 2

xParGroupUnregisterFunction · 0.70

Tested by

no test coverage detected