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

Function testJumpSkip

tests/move_route.cpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661static void testJumpSkip(lcf::rpg::MoveCommand::Code code, int x, int y, int dir, int face, int px = 0, int py = 0) {
662 testJump<false, false, true, true>(code, x, y, dir, face, x, y, dir, face, px, py);
663 testJump<false, true, true, true>(code, x, y, dir, face, x, y, dir, face, px, py);
664}
665
666static void testJumpNoEnd(lcf::rpg::MoveCommand::Code code, int x, int y, int dir, int face, int px = 0, int py = 0) {
667 testJump<false, false, true, false>(code, x, y, dir, face, x, y, dir, face, px, py);

Callers 1

move_route.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected