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

Function BubbleBounceContrails

src/SB/Game/zEntPlayer.cpp:3565–3577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3563}
3564
3565static U8 BubbleBounceContrails(xAnimSingle* anim)
3566{
3567 S32 ret = 0;
3568 xAnimState* state = anim->State;
3569 if (
3570
3571 ((strcmp(state->Name, "BbounceStart01") == 0) && (anim->Time >= 0.9f)) ||
3572 (strcmp(state->Name, "BbounceAttack01") == 0))
3573 {
3574 ret = 1;
3575 }
3576 return ret;
3577}
3578
3579static U32 StunStartFallCB(xAnimTransition*, xAnimSingle*, void*)
3580{

Callers

nothing calls this directly

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected