MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / CanJumpUp

Function CanJumpUp

TombEngine/Game/Lara/PlayerContext.cpp:864–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862 }
863
864 bool CanJumpUp(const ItemInfo& item, const CollisionInfo& coll)
865 {
866 constexpr auto setup = JumpSetupData
867 {
868 0,
869 0.0f,
870 false
871 };
872
873 return TestJumpSetup(item, coll, setup);
874 }
875
876 static bool TestDirectionalStandingJump(const ItemInfo& item, const CollisionInfo& coll, short relHeadingAngle)
877 {

Callers 2

lara_as_jump_prepareFunction · 0.85
GetPlayerJumpDirectionFunction · 0.85

Calls 1

TestJumpSetupFunction · 0.85

Tested by

no test coverage detected