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

Function zEntPlayerJumpAddDriver

src/SB/Game/zEntPlayer.cpp:4786–4792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4784}
4785
4786void zEntPlayerJumpAddDriver(xEnt* ent)
4787{
4788 if (sDriveVel.y > 0.0f)
4789 {
4790 ent->frame->vel.y += sDriveVel.y;
4791 }
4792}
4793
4794static void zEntPlayerJumpLand(xEnt* ent)
4795{

Callers 2

JumpCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected