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

Function CanJumpForward

TombEngine/Game/Lara/PlayerContext.cpp:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889 }
890
891 bool CanJumpForward(const ItemInfo& item, const CollisionInfo& coll)
892 {
893 return TestDirectionalStandingJump(item, coll, ANGLE(0.0f));
894 }
895
896 bool CanJumpBackward(const ItemInfo& item, const CollisionInfo& coll)
897 {

Callers 2

lara_as_jump_prepareFunction · 0.85
GetPlayerJumpDirectionFunction · 0.85

Calls 2

ANGLEFunction · 0.85

Tested by

no test coverage detected