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

Function CanJumpRight

TombEngine/Game/Lara/PlayerContext.cpp:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904 }
905
906 bool CanJumpRight(const ItemInfo& item, const CollisionInfo& coll)
907 {
908 return TestDirectionalStandingJump(item, coll, ANGLE(90.0f));
909 }
910
911 bool CanQueueRunningJump(const ItemInfo& item, const CollisionInfo& coll)
912 {

Callers 2

lara_as_jump_prepareFunction · 0.85
GetPlayerJumpDirectionFunction · 0.85

Calls 2

ANGLEFunction · 0.85

Tested by

no test coverage detected