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

Method GetFrame

Source/FrameClipData.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int CFrameClipData::GetFrame(int Frame, int Channel) const
74{
75 Assert(Frame >= 0 && Frame < ClipInfo.Frames);
76 Assert(Channel >= 0 && Channel < ClipInfo.Channels);
77
78 return pFrames[Frame * ClipInfo.Channels + Channel]; // // //
79}
80
81void CFrameClipData::SetFrame(int Frame, int Channel, int Pattern)
82{

Callers 3

PasteSelectionMethod · 0.45
GetSelectedFrameMethod · 0.45
RedoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected