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

Function _GetCurrentD

src/SB/Game/zCamera.cpp:182–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 F32 _GetCurrentD()
183 {
184 if (zcam_highbounce != 0)
185 {
186 return zcam_highbounce_d;
187 }
188
189 if (wall_jump_enabled == WJVS_ENABLED)
190 {
191 return zcam_wall_d;
192 }
193
194 return zCameraTweakGlobal_GetD();
195 }
196} // namespace
197
198static F32 EaseInOut(F32 param)

Callers 1

GetCurrentDFunction · 0.85

Calls 1

zCameraTweakGlobal_GetDFunction · 0.85

Tested by

no test coverage detected