Home
last modified time | relevance | path

Searched refs:GetMoveRouteIndex (Results 1 – 5 of 5) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.h205 int GetMoveRouteIndex() const;
1016 inline int Game_Character::GetMoveRouteIndex() const { in GetMoveRouteIndex() function
H A Dgame_character.cpp160 …if (IsMoveRouteOverwritten() && GetMoveRouteIndex() >= static_cast<int>(move_route.move_commands.s… in UpdateMovement()
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dgame_character.cpp104 REQUIRE_EQ(ch.GetMoveRouteIndex(), 0); in testInit()
306 REQUIRE_EQ(ch.GetMoveRouteIndex(), 3); in testBasicSet()
H A Dgame_character_move.cpp51 REQUIRE_EQ(ch.GetMoveRouteIndex(), 0); in testChar()
H A Dmove_route.cpp43 REQUIRE_EQ(ch.GetMoveRouteIndex(), move_route_idx); in testMoveRoute()