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

Method OnRoomSplitFace

editor/editorView.cpp:1094–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void CEditorView::OnRoomSplitFace() {
1095 if (OutrageMessageBox(MBOX_YESNO, "Are you sure you want to triangulate the current face?") == IDYES)
1096 TriangulateFace(Curroomp, Curface, Curvert);
1097}
1098
1099void CEditorView::OnRoomDeletePortal() {
1100 if (Curportal == -1) {

Callers

nothing calls this directly

Calls 2

OutrageMessageBoxFunction · 0.85
TriangulateFaceFunction · 0.85

Tested by

no test coverage detected