MCPcopy Create free account
hub / github.com/EasyRPG/Player / testJumpSuccess

Function testJumpSuccess

tests/move_route.cpp:643–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642template <typename... Args>
643static void testJumpSuccess(const Args&... args) {
644 testJump<true, false, false, true>(args...);
645 testJump<true, false, true, true>(args...);
646 testJump<true, true, false, true>(args...);
647 testJump<true, true, true, true>(args...);
648}
649
650template <typename... Args>
651static void testJumpSuccessNoRepeat(const Args&... args) {

Callers 1

move_route.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected