MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / insertPatchRowsAtEnd

Function insertPatchRowsAtEnd

radiantcore/selection/algorithm/Patch.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void insertPatchRowsAtEnd()
111{
112 UndoableCommand undo("patchInsertRowsAtEnd");
113 // true = insert, false = rows, false = at end
114 GlobalSelectionSystem().foreachPatch([&] (IPatch& patch) { patch.insertRemove(true, false, false); });
115}
116
117void insertPatchRowsAtBeginning()
118{

Callers

nothing calls this directly

Calls 2

foreachPatchMethod · 0.80
insertRemoveMethod · 0.80

Tested by

no test coverage detected