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

Method GetPlayerTicks

Source/SoundGen.cpp:1270–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270int CSoundGen::GetPlayerTicks() const
1271{
1272 if (const auto &cursor = m_pSoundDriver->GetPlayerCursor()) // // //
1273 return cursor->GetTotalTicks();
1274 return 0;
1275}
1276
1277void CSoundGen::MoveToFrame(int Frame)
1278{

Callers 1

PeriodicUpdateMethod · 0.80

Calls 2

GetTotalTicksMethod · 0.80
GetPlayerCursorMethod · 0.45

Tested by

no test coverage detected