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

Function NPAR_EmitTubeConfetti

src/SB/Game/zNPCSupplement.cpp:844–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842
843
844void NPAR_EmitTubeConfetti(const xVec3* pos, const xVec3* vel)
845{
846 NPARData* par;
847 NPARMgmt* mgmt = NPAR_FindParty(NPAR_TYP_TUBECONFETTI);
848 if ((mgmt != NULL) && (par = mgmt->NextAvail(), par != NULL))
849 {
850 g_parm_tubeconfetti[0].ConfigPar(par, NPAR_MODE_STD, pos, vel);
851 }
852}
853
854void NPAR_EmitTubeSparklies(const xVec3* pos, const xVec3* vel)
855{

Callers

nothing calls this directly

Calls 2

ConfigParMethod · 0.80
NPAR_FindPartyFunction · 0.70

Tested by

no test coverage detected