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

Function BounceStopLCopterCB

src/SB/Game/zEntPlayer.cpp:2336–2341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2334}
2335
2336static U32 BounceStopLCopterCB(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
2337{
2338 StopLCopterCB(tran, anim, param_3);
2339 BounceCB(tran, anim, param_3);
2340 return 0;
2341}
2342
2343static U32 DblJumpCheck(xAnimTransition*, xAnimSingle*, void*)
2344{

Callers

nothing calls this directly

Calls 2

StopLCopterCBFunction · 0.85
BounceCBFunction · 0.85

Tested by

no test coverage detected