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

Function xParEmitterUpdate

src/SB/Core/x/xParEmitter.cpp:782–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782void xParEmitterUpdate(xBase* to, xScene*, F32 dt)
783{
784 xParEmitter* parTo = (xParEmitter*)to;
785 if ((parTo->parSys != NULL) && (parTo->emit_flags & 1))
786 {
787 xParEmitterEmit(parTo, dt);
788 }
789}
790
791void xParEmitterDestroy()
792{

Callers 1

zSceneUpdateFunction · 0.50

Calls 1

xParEmitterEmitFunction · 0.70

Tested by

no test coverage detected