Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
int CGraphEditor::GetCurrentPlayPos() const { // // //
153
return m_iCurrentPlayPos;
154
}
155
156
int CGraphEditor::GetItemCount() const { // // //
157
return m_pSequence ? static_cast<int>(m_pSequence->GetItemCount()) : 0;
Callers
1
DoOnPaint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected