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

Method OnRoomAdd

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

Source from the content-addressed store, hash-verified

793}
794
795void CEditorView::OnRoomAdd() { AddRoom(); }
796
797void CEditorView::OnRoomDelete() {
798 if (OutrageMessageBox(MBOX_YESNO, "Are you sure you want to delete Room %d?", ROOMNUM(Curroomp)) != IDYES)

Callers

nothing calls this directly

Calls 1

AddRoomFunction · 0.85

Tested by

no test coverage detected