MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnEditCut

Method OnEditCut

editor/MainFrm.cpp:2391–2398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2389 AttachGroup();
2390}
2391
2392void CMainFrame::OnEditCut() {
2393 if (CopySelectedRooms()) {
2394 int n = N_selected_rooms;
2395 DeleteGroup(N_selected_rooms, Selected_rooms);
2396 EditorStatus("%d rooms cut to Scrap", n);
2397 ClearRoomSelectedList();
2398 }
2399}
2400
2401void CMainFrame::OnEditDelete() {

Callers

nothing calls this directly

Calls 4

CopySelectedRoomsFunction · 0.85
DeleteGroupFunction · 0.85
EditorStatusFunction · 0.85
ClearRoomSelectedListFunction · 0.85

Tested by

no test coverage detected