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

Method OnUpdateRoomAttachRoom

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

Source from the content-addressed store, hash-verified

884void CEditorView::OnRoomMark() { SetMarkedRoom(); }
885
886void CEditorView::OnUpdateRoomAttachRoom(CCmdUI *pCmdUI) { pCmdUI->Enable(Placed_room != -1); }
887
888void CEditorView::OnRoomUnPlaceRoom() {
889 if (Placed_door != -1) {

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected