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

Method OnEditCopy

editor/MainFrm.cpp:2339–2342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2337 return 1;
2338}
2339
2340void CMainFrame::OnEditCopy() {
2341 if (CopySelectedRooms())
2342 EditorStatus("%d rooms copied to Scrap", N_selected_rooms);
2343}
2344
2345void CMainFrame::OnEditPlace() {

Callers

nothing calls this directly

Calls 2

CopySelectedRoomsFunction · 0.85
EditorStatusFunction · 0.85

Tested by

no test coverage detected