Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
884
void CEditorView::OnRoomMark() { SetMarkedRoom(); }
885
886
void CEditorView::OnUpdateRoomAttachRoom(CCmdUI *pCmdUI) { pCmdUI->Enable(Placed_room != -1); }
887
888
void CEditorView::OnRoomUnPlaceRoom() {
889
if (Placed_door != -1) {
Callers
nothing calls this directly
Calls
1
Enable
Method · 0.45
Tested by
no test coverage detected