Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetTimerSeconds
Method
GetTimerSeconds
src/game_party.cpp:609–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
int Game_Party::GetTimerSeconds(int which) {
610
return GetTimerFrames(which) / DEFAULT_FPS;
611
}
612
613
int Game_Party::GetTimerFrames(int which) {
614
switch (which) {
Callers
5
CommandConditionalBranch
Method · 0.80
Other
Method · 0.80
UpdateTimers
Method · 0.80
Draw
Method · 0.80
AreConditionsMet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected