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

Method GetCurrentFrame

Source/FrameEditorModel.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int CFrameEditorModel::GetCurrentFrame() const {
53 return view_->GetSelectedFrame();
54}
55
56int CFrameEditorModel::GetCurrentChannel() const {
57 return view_->GetSelectedChannel();

Callers

nothing calls this directly

Calls 1

GetSelectedFrameMethod · 0.80

Tested by

no test coverage detected