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

Method GetCurrentPlayPos

Source/GraphEditor.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int CGraphEditor::GetCurrentPlayPos() const { // // //
153 return m_iCurrentPlayPos;
154}
155
156int CGraphEditor::GetItemCount() const { // // //
157 return m_pSequence ? static_cast<int>(m_pSequence->GetItemCount()) : 0;

Callers 1

DoOnPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected