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

Function IsSideJumpState

TombEngine/Game/Lara/lara_tests.cpp:1156–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156bool IsSideJumpState(int state)
1157{
1158 static const std::vector<int> jumpStates
1159 {
1160 LS_JUMP_LEFT,
1161 LS_JUMP_RIGHT,
1162 };
1163 return TestState(state, jumpStates);
1164}
1165
1166bool IsCrouching(const ItemInfo* item)
1167{

Callers 1

UpdateLaraAnimationsMethod · 0.85

Calls 1

TestStateFunction · 0.85

Tested by

no test coverage detected