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

Function StopLCopterCB

src/SB/Game/zEntPlayer.cpp:2137–2145  ·  view source on GitHub ↗

Equivalent: sda relocation scheduling

Source from the content-addressed store, hash-verified

2135
2136// Equivalent: sda relocation scheduling
2137static U32 StopLCopterCB(xAnimTransition*, xAnimSingle*, void* data)
2138{
2139 zEntPlayer_SNDStop(ePlayerSnd_Heli);
2140 idle_tmr = 0.0f;
2141 sLassoInfo->copterTime = -1.0f;
2142 sLassoInfo->canCopter = 0;
2143 sLasso->flags = 0;
2144 return 0;
2145}
2146
2147// Equivalent: static initializer scheduling (probably sda relocations?)
2148static void DoWallJumpCheck()

Callers 1

BounceStopLCopterCBFunction · 0.85

Calls 1

zEntPlayer_SNDStopFunction · 0.85

Tested by

no test coverage detected