Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1134
inline void Game_Character::SetAnimFrame(int frame) {
1135
data()->anim_frame = frame;
1136
}
1137
1138
inline bool Game_Character::IsAnimPaused() const {
1139
return data()->anim_paused;
Callers
3
testPlayer
Function · 0.80
testNonPlayer
Function · 0.80
testBasicSet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected