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

Function NPAR_FindParty

src/SB/Game/zNPCSupplement.cpp:451–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451NPARMgmt* NPAR_FindParty(en_nparptyp parType)
452{
453 NPARMgmt* mgmt = &g_npar_mgmt[parType];
454 S32 isReady = mgmt->IsReady();
455 if (isReady)
456 {
457 return mgmt;
458 }
459 mgmt = NULL;
460 return mgmt;
461}
462
463#if 0
464// Matches, but appears to be using some kinda weird secret overload for xMemAlloc?? Find out wtf this is.

Callers 12

NPAR_EmitFireworksFunction · 0.70
NPAR_EmitVisSplashFunction · 0.70
NPAR_EmitOilBubbleFunction · 0.70
NPAR_EmitTubeSpiralFunction · 0.70
NPAR_EmitTubeConfettiFunction · 0.70
NPAR_EmitTubeSparkliesFunction · 0.70
NPAR_EmitDropletsFunction · 0.70
NPAR_EmitTarTarGunkFunction · 0.70
NPAR_EmitGloveDustFunction · 0.70
NPAR_EmitSleepyZeezFunction · 0.70
NPAR_EmitDoggyBreathFunction · 0.70
NPAR_EmitTubeSpiralCinFunction · 0.70

Calls 1

IsReadyMethod · 0.45

Tested by

no test coverage detected