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

Method OnRoomDropRoom

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

Source from the content-addressed store, hash-verified

948}
949
950void CEditorView::OnRoomDropRoom() {
951 if (D3EditState.current_room == -1) {
952 OutrageMessageBox("You must have a current room for this operation");
953 return;
954 }
955
956 DropRoom(Curroomp, Curface, D3EditState.current_room);
957}
958
959void CEditorView::OnRoomPlaceTerrainRoom() {
960 int cellnum;

Callers

nothing calls this directly

Calls 2

OutrageMessageBoxFunction · 0.85
DropRoomFunction · 0.85

Tested by

no test coverage detected