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

Function BbowlTossEndCB

src/SB/Game/zEntPlayer.cpp:1782–1789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780}
1781
1782static U32 BbowlTossEndCB(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1783{
1784 xEntBoulder_BubbleBowl(sBubbleBowlMultiplier);
1785 globals.player.IsBubbleBowling = false;
1786 zEntPlayer_SNDStop(ePlayerSnd_BowlWindup);
1787 zEntPlayer_SNDPlay(ePlayerSnd_BowlRelease, 0.0f);
1788 return false;
1789}
1790
1791static U32 BbowlRecoverWalkCheck(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1792{

Callers

nothing calls this directly

Calls 3

zEntPlayer_SNDStopFunction · 0.85
zEntPlayer_SNDPlayFunction · 0.85
xEntBoulder_BubbleBowlFunction · 0.50

Tested by

no test coverage detected