MCPcopy 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
609int Game_Party::GetTimerSeconds(int which) {
610 return GetTimerFrames(which) / DEFAULT_FPS;
611}
612
613int Game_Party::GetTimerFrames(int which) {
614 switch (which) {

Callers 5

OtherMethod · 0.80
UpdateTimersMethod · 0.80
DrawMethod · 0.80
AreConditionsMetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected