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

Function deleteSelectionCmd

radiantcore/selection/algorithm/General.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void deleteSelectionCmd(const cmd::ArgumentList& args)
485{
486 UndoableCommand undo("deleteSelected");
487 deleteSelection();
488}
489
490/**
491 * Selects all objects that intersect one of the bounding AABBs.

Callers

nothing calls this directly

Calls 1

deleteSelectionFunction · 0.85

Tested by

no test coverage detected