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

Method GetSelectedFrameCount

Source/FrameEditorTypes.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int CFrameSelection::GetSelectedFrameCount() const {
64 return std::abs(m_cpEnd.m_iFrame - m_cpStart.m_iFrame);
65}
66
67int CFrameSelection::GetFirstSelectedChannel() const
68{

Callers 4

CopySelectionMethod · 0.80
MoveSelectionMethod · 0.80
SaveStateMethod · 0.80
RedoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected