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

Function _GetCurrentH

src/SB/Game/zCamera.cpp:162–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 F32 _GetCurrentH()
163 {
164 if (zcam_highbounce != 0)
165 {
166 return zcam_highbounce_h;
167 }
168
169 if (wall_jump_enabled == WJVS_ENABLED)
170 {
171 return zcam_wall_h;
172 }
173
174 return zCameraTweakGlobal_GetH();
175 }
176
177 F32 GetCurrentD()
178 {

Callers 1

GetCurrentHFunction · 0.85

Calls 1

zCameraTweakGlobal_GetHFunction · 0.85

Tested by

no test coverage detected