Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ OnUpdateRoomUndoSnap
Method
OnUpdateRoomUndoSnap
editor/editorView.cpp:1126–1126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1124
void CEditorView::OnRoomUndoSnap() { UndoSnap(); }
1125
1126
void CEditorView::OnUpdateRoomUndoSnap(CCmdUI *pCmdUI) { pCmdUI->Enable(Snap_roomnum != -1); }
1127
1128
void CEditorView::OnRoomSnapPointToPoint() {
1129
if (Markedroomp == NULL) {
Callers
nothing calls this directly
Calls
1
Enable
Method · 0.45
Tested by
no test coverage detected