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

Method SetAnimFrame

src/game_character.h:1134–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132}
1133
1134inline void Game_Character::SetAnimFrame(int frame) {
1135 data()->anim_frame = frame;
1136}
1137
1138inline bool Game_Character::IsAnimPaused() const {
1139 return data()->anim_paused;

Callers 3

testPlayerFunction · 0.80
testNonPlayerFunction · 0.80
testBasicSetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected