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

Method IncludesFrame

Source/FrameEditorTypes.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool CFrameSelection::IncludesFrame(int frame) const {
90 return frame >= GstFirstSelectedFrame() && frame <= GetLastSelectedFrame();
91}
92
93bool CFrameSelection::IncludesChannel(int channel) const {
94 return channel >= GetFirstSelectedChannel() && channel <= GetLastSelectedChannel();

Callers 1

IsFrameSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected