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

Method SetAnimCount

src/game_character.h:1211–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211inline void Game_Character::SetAnimCount(int ac) {
1212 data()->anim_count = ac;
1213}
1214
1215inline void Game_Character::IncAnimCount() {
1216 ++data()->anim_count;

Callers 3

testPlayerFunction · 0.80
testNonPlayerFunction · 0.80
testBasicSetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected