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

Method GetFrameCount

Source/PatternEditor.cpp:1840–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838}
1839
1840int CPatternEditor::GetFrameCount() const // // //
1841{
1842 CSongView *pSongView = m_pView->GetSongView(); // // //
1843 return pSongView->GetSong().GetFrameCount();
1844}
1845
1846int CPatternEditor::RowToLine(int Row) const
1847{

Callers 4

~CSelectionGuardMethod · 0.45
CopyRawMethod · 0.45
PasteRawMethod · 0.45

Calls 2

GetSongViewMethod · 0.80
GetSongMethod · 0.80

Tested by

no test coverage detected