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

Function CanJumpLeft

TombEngine/Game/Lara/PlayerContext.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899 }
900
901 bool CanJumpLeft(const ItemInfo& item, const CollisionInfo& coll)
902 {
903 return TestDirectionalStandingJump(item, coll, ANGLE(-90.0f));
904 }
905
906 bool CanJumpRight(const ItemInfo& item, const CollisionInfo& coll)
907 {

Callers 2

lara_as_jump_prepareFunction · 0.85
GetPlayerJumpDirectionFunction · 0.85

Calls 2

ANGLEFunction · 0.85

Tested by

no test coverage detected