Home
last modified time | relevance | path

Searched refs:SetAnimCount (Results 1 – 4 of 4) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dgame_character_moveto.cpp51 ch.SetAnimCount(9); in testPlayer()
79 ch.SetAnimCount(9); in testNonPlayer()
H A Dgame_character.cpp345 ch.SetAnimCount(78); in testBasicSet()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.h443 void SetAnimCount(int ac);
1138 inline void Game_Character::SetAnimCount(int ac) { in SetAnimCount() function
1148 SetAnimCount(0); in IncAnimFrame()
1152 SetAnimCount(0); in ResetAnimation()
H A Dgame_character.cpp184 SetAnimCount(0); in UpdateAnimation()