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

Function NPAR_EmitFireworks

src/SB/Game/zNPCSupplement.cpp:794–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794void NPAR_EmitFireworks(en_nparmode pmod, const xVec3* pos, const xVec3* vel)
795{
796 NPARData *pNVar1;
797 NPARMgmt *mgmt = NPAR_FindParty(NPAR_TYP_FIREWORKS);
798 if ((mgmt != NULL) && (pNVar1 = mgmt->NextAvail(), pNVar1 != NULL))
799 {
800 g_parm_fahrwerkz[pmod].ConfigPar(pNVar1, pmod, pos, vel);
801 }
802}
803
804void NPAR_EmitFWExhaust(const xVec3* pos, const xVec3* vel)
805{

Callers 1

NPAR_EmitFWExhaustFunction · 0.85

Calls 2

ConfigParMethod · 0.80
NPAR_FindPartyFunction · 0.70

Tested by

no test coverage detected