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

Function insertPatchColumnsAtEnd

radiantcore/selection/algorithm/Patch.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void insertPatchColumnsAtEnd()
97{
98 UndoableCommand undo("patchInsertColumnsAtEnd");
99 // true = insert, true = columns, false = end
100 GlobalSelectionSystem().foreachPatch([&] (IPatch& patch) { patch.insertRemove(true, true, false); });
101}
102
103void insertPatchColumnsAtBeginning()
104{

Callers

nothing calls this directly

Calls 2

foreachPatchMethod · 0.80
insertRemoveMethod · 0.80

Tested by

no test coverage detected