Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1207
inline int Game_Character::GetAnimCount() const {
1208
return data()->anim_count;
1209
}
1210
1211
inline void Game_Character::SetAnimCount(int ac) {
1212
data()->anim_count = ac;
Callers
4
testChar
Function · 0.80
testInit
Function · 0.80
testBasicSet
Function · 0.80
testChar
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected