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

Function BubbleBashContrails

src/SB/Game/zEntPlayer.cpp:3552–3563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3550}
3551
3552static U8 BubbleBashContrails(xAnimSingle* anim)
3553{
3554 S32 ret = 0;
3555 xAnimState* state = anim->State;
3556 if (((strcmp(state->Name, "BbashStart01") == 0) && (anim->Time >= 0.6f)) ||
3557 (strcmp(state->Name, "BbashAttack01") == 0) ||
3558 (strcmp(state->Name, "BbashMiss01") == 0) && (anim->Time <= 0.125f))
3559 {
3560 ret = 1;
3561 }
3562 return ret;
3563}
3564
3565static U8 BubbleBounceContrails(xAnimSingle* anim)
3566{

Callers

nothing calls this directly

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected