MCPcopy 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

1124void CEditorView::OnRoomUndoSnap() { UndoSnap(); }
1125
1126void CEditorView::OnUpdateRoomUndoSnap(CCmdUI *pCmdUI) { pCmdUI->Enable(Snap_roomnum != -1); }
1127
1128void CEditorView::OnRoomSnapPointToPoint() {
1129 if (Markedroomp == NULL) {

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected