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

Method OnRoomFaceDeleteVertOnEdge

editor/editorView.cpp:1416–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414}
1415
1416void CEditorView::OnRoomFaceDeleteVertOnEdge() {
1417 void DeleteVert(room * rp, int facenum, int vertnum);
1418
1419 DeleteVert(Curroomp, Curface, Curvert);
1420}
1421
1422void CEditorView::OnRoomMergeObjectIntoRoom() {
1423 if (MergeObjectIntoRoom(Curroomp, Cur_object_index))

Callers

nothing calls this directly

Calls 1

DeleteVertFunction · 0.85

Tested by

no test coverage detected