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

Function zCameraDisableWallJump

src/SB/Game/zCamera.cpp:876–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void zCameraDisableWallJump(xCamera* cam)
877{
878 if (wall_jump_enabled != WJVS_DISABLED)
879 {
880 wall_jump_enabled = WJVS_DISABLING;
881 }
882}
883
884void zCameraSetReward(S32 reward)
885{

Callers 2

LandCallbackFunction · 0.85
LandSlipRunCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected