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

Method GetNormalized

Source/FrameEditorTypes.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110CFrameSelection CFrameSelection::GetNormalized() const
111{
112 CFrameSelection Sel;
113 Normalize(Sel.m_cpStart, Sel.m_cpEnd);
114 return Sel;
115}
116
117// // // CFrameIterator class
118

Callers 6

CFindCursorMethod · 0.45
PrepareCursorMethod · 0.45
CPatternEditorStateMethod · 0.45
OnEditSelectotherMethod · 0.45
MoveSelectionMethod · 0.45
CFrameEditorStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected