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

Function NPAR_EmitDroplets

src/SB/Game/zNPCSupplement.cpp:1100–1108  ·  view source on GitHub ↗

todo

Source from the content-addressed store, hash-verified

1098
1099//todo
1100void NPAR_EmitDroplets(en_nparmode pmod, const xVec3* pos, const xVec3* vel)
1101{
1102 NPARData *pNVar1;
1103 NPARMgmt *mgmt = (NPARMgmt *)NPAR_FindParty(NPAR_TYP_CHUCKSPLASH);
1104 if ((mgmt != NULL) && (pNVar1 = mgmt->NextAvail(), pNVar1 != NULL))
1105 {
1106 g_parm_chucksplash[pmod].ConfigPar(pNVar1, pmod, pos, vel);
1107 }
1108}
1109
1110void NPAR_EmitOilShieldPop(const xVec3* pos)
1111{

Callers 4

NPAR_EmitH2ODripsFunction · 0.85
NPAR_EmitH2ODropsFunction · 0.85
NPAR_EmitH2OSprayFunction · 0.85
NPAR_EmitH2OTrailFunction · 0.85

Calls 2

ConfigParMethod · 0.80
NPAR_FindPartyFunction · 0.70

Tested by

no test coverage detected