Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetAnimationLoop
Method
SetAnimationLoop
src/sprite_actor.cpp:199–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void Sprite_Actor::SetAnimationLoop(LoopState loop) {
200
loop_state = loop;
201
}
202
203
void Sprite_Actor::DetectStateChange() {
204
if (idling) {
Callers
3
ProcessBattleActionStartAnimation
Method · 0.80
ProcessBattleActionFinishPose
Method · 0.80
ProcessBattleActionExecute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected