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

Method OnRoomMergeObjectIntoRoom

editor/editorView.cpp:1422–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422void CEditorView::OnRoomMergeObjectIntoRoom() {
1423 if (MergeObjectIntoRoom(Curroomp, Cur_object_index))
1424 Cur_object_index = -1;
1425}
1426
1427void CEditorView::OnRoomDeleteConnectedFaces() {
1428 if (OutrageMessageBox(

Callers

nothing calls this directly

Calls 1

MergeObjectIntoRoomFunction · 0.85

Tested by

no test coverage detected