MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / CanStepRow

Method CanStepRow

Source/TempoCounter.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool CTempoCounter::CanStepRow() const {
92 return m_iTempoAccum <= 0;
93}
94
95void CTempoCounter::DoFxx(uint8_t Param) {
96 if (m_iTempo && Param >= m_pModule->GetSpeedSplitPoint()) // // //

Callers 1

PlayerTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected