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

Method OnRoomAttachRoom

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

Source from the content-addressed store, hash-verified

853}
854
855void CEditorView::OnRoomAttachRoom() {
856 ASSERT(Placed_room != -1);
857
858 AttachRoom();
859}
860
861void CEditorView::OnRoomBuildBridge() {
862 if ((Markedroomp == NULL) || (Markedface == -1)) {

Callers

nothing calls this directly

Calls 1

AttachRoomFunction · 0.85

Tested by

no test coverage detected