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

Function SpatulaMeleeStopCB

src/SB/Game/zEntPlayer.cpp:3377–3382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3375}
3376
3377static U32 SpatulaMeleeStopCB(xAnimTransition* tran, xAnimSingle* anim, void* data)
3378{
3379 MeleeStopCB(tran, anim, data);
3380 SpatulaGrabCB(tran, anim, data);
3381 return 0;
3382}
3383
3384// Equivalent: sda relocation scheduling
3385static U32 LassoStopCB(xAnimTransition*, xAnimSingle*, void*)

Callers

nothing calls this directly

Calls 2

MeleeStopCBFunction · 0.85
SpatulaGrabCBFunction · 0.70

Tested by

no test coverage detected