Home
last modified time | relevance | path

Searched refs:SetMoveRouteIndex (Results 1 – 3 of 3) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.h212 void SetMoveRouteIndex(int new_index);
1020 inline void Game_Character::SetMoveRouteIndex(int new_index) { in SetMoveRouteIndex() function
H A Dgame_character.cpp162 SetMoveRouteIndex(0); in UpdateMovement()
749 SetMoveRouteIndex(0); in ForceMoveRoute()
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dgame_character.cpp305 ch.SetMoveRouteIndex(3); in testBasicSet()