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

Method GetFinalChannel

Source/GotoDlg.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116int CGotoDlg::GetFinalChannel() const
117{
118 const CFamiTrackerModule *pModule = CFamiTrackerView::GetView()->GetModuleData();
119 return pModule->GetChannelOrder().GetChannelIndex(stChannelID {m_iDestChip, static_cast<std::uint8_t>(m_iDestSubIndex)});
120}
121
122void CGotoDlg::OnEnChangeEditGotoFrame()
123{

Callers

nothing calls this directly

Calls 2

GetModuleDataMethod · 0.80
GetChannelIndexMethod · 0.80

Tested by

no test coverage detected