Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1211
inline void Game_Character::SetAnimCount(int ac) {
1212
data()->anim_count = ac;
1213
}
1214
1215
inline void Game_Character::IncAnimCount() {
1216
++data()->anim_count;
Callers
3
testPlayer
Function · 0.80
testNonPlayer
Function · 0.80
testBasicSet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected