Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ ReachedLoopLimit
Method
ReachedLoopLimit
src/game_interpreter.cpp:310–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
bool Game_Interpreter::ReachedLoopLimit() const {
311
return loop_count >= loop_limit;
312
}
313
314
int Game_Interpreter::GetThisEventId() const {
315
auto event_id = GetCurrentEventId();
Callers
1
UpdateForegroundEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected