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

Method OnUpdateRoomClearCenterPoint

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

Source from the content-addressed store, hash-verified

1299}
1300
1301void CEditorView::OnUpdateRoomClearCenterPoint(CCmdUI *pCmdUI) {
1302 pCmdUI->Enable((Editor_view_mode == VM_MINE) && ((Curroomp->flags & RF_MANUAL_PATH_PNT) != 0));
1303}
1304
1305void CEditorView::OnRoomClearCenterPoint() {
1306 ASSERT(Curroomp->flags & RF_MANUAL_PATH_PNT);

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected