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

Method GetAnimCount

src/game_character.h:1207–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207inline int Game_Character::GetAnimCount() const {
1208 return data()->anim_count;
1209}
1210
1211inline void Game_Character::SetAnimCount(int ac) {
1212 data()->anim_count = ac;

Callers 4

testCharFunction · 0.80
testInitFunction · 0.80
testBasicSetFunction · 0.80
testCharFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected