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

Function LandCallback

src/SB/Game/zEntPlayer.cpp:1544–1549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542}
1543
1544static U32 LandCallback(xAnimTransition*, xAnimSingle*, void*)
1545{
1546 globals.player.WallJumpState = k_WALLJUMP_NOT;
1547 zCameraDisableWallJump(&globals.camera);
1548 return 0;
1549}
1550
1551static U32 LandSlipRunCallback(xAnimTransition*, xAnimSingle*, void*)
1552{

Callers

nothing calls this directly

Calls 1

zCameraDisableWallJumpFunction · 0.85

Tested by

no test coverage detected