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

Method SetFrame

Source/FrameClipData.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void CFrameClipData::SetFrame(int Frame, int Channel, int Pattern)
82{
83 Assert(Frame >= 0 && Frame < ClipInfo.Frames);
84 Assert(Channel >= 0 && Channel < ClipInfo.Channels);
85
86 pFrames[Frame * ClipInfo.Channels + Channel] = Pattern; // // //
87}

Callers 2

CopySelectionMethod · 0.80
SaveStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected