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

Method IncludesChannel

Source/FrameEditorTypes.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool CFrameSelection::IncludesChannel(int channel) const {
94 return channel >= GetFirstSelectedChannel() && channel <= GetLastSelectedChannel();
95}
96
97void CFrameSelection::Normalize() {
98 if (m_cpStart.m_iFrame > m_cpEnd.m_iFrame)

Callers 1

IsChannelSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected