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

Function xEntBoulder_Kill

src/SB/Core/x/xEntBoulder.cpp:729–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void xEntBoulder_Kill(xEntBoulder* ent)
730{
731 ent->chkby = XENT_COLLTYPE_NONE;
732 ent->penby = XENT_COLLTYPE_NONE;
733 ent->collis_chk = 0;
734 ent->collis_pen = 0;
735 ent->update = NULL;
736 xEntHide(ent);
737 if ((ent == globals.player.bubblebowl) && (sBubbleStreakID != 0xdead))
738 {
739 xFXStreakStop(sBubbleStreakID);
740 sBubbleStreakID = 0xdead;
741 }
742}
743
744void xEntBoulder_BubbleBowl(F32 multiplier)
745{

Callers 4

BoulderRollDoneCBFunction · 0.85
xEntBoulderEventCBFunction · 0.85
xBoulderGenerator_ResetFunction · 0.85

Calls 2

xEntHideFunction · 0.85
xFXStreakStopFunction · 0.70

Tested by

no test coverage detected