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

Method SaveState

Source/FrameAction.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151bool CFActionAddFrame::SaveState(const CMainFrame &MainFrm)
152{
153 return GET_SONG().GetFrameCount() < MAX_FRAMES;
154}
155
156void CFActionAddFrame::Undo(CMainFrame &MainFrm)
157{

Callers

nothing calls this directly

Calls 15

CopyFrameMethod · 0.80
AsSelectionMethod · 0.80
IsEmptyMethod · 0.80
GetFreePatternIndexMethod · 0.80
GetSongMethod · 0.80
GetSelectedFrameCountMethod · 0.80
GetPatternMethod · 0.80
SetFrameMethod · 0.80
GetFrameCountMethod · 0.45
CopySelectionMethod · 0.45
GetSelectionMethod · 0.45
ContainsDataMethod · 0.45

Tested by

no test coverage detected