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

Function LassoSwingGroundedBeginCB

src/SB/Game/zEntPlayer.cpp:3466–3474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3464}
3465
3466static U32 LassoSwingGroundedBeginCB(xAnimTransition* tran, xAnimSingle* anim, void* object)
3467{
3468 xEnt* ent = (xEnt*)object;
3469 JumpCB(tran, anim, object);
3470
3471 ent->frame->vel.y *= 0.5f;
3472 LassoSwingBeginCB(tran, anim, object);
3473 return 0;
3474}
3475
3476static U32 LassoSwingTossCB(xAnimTransition*, xAnimSingle*, void*)
3477{

Callers

nothing calls this directly

Calls 2

JumpCBFunction · 0.85
LassoSwingBeginCBFunction · 0.70

Tested by

no test coverage detected