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

Method OnObjectDeleteObject

editor/MainFrm.cpp:2411–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2409 ClearRoomSelectedList();
2410}
2411
2412void CMainFrame::OnObjectDeleteObject() {
2413 // TODO: Add your command handler code here
2414 if (m_ObjectDialog)
2415 m_ObjectDialog->DeleteObject();
2416}
2417
2418void CMainFrame::OnObjectPlaceObject() {

Callers

nothing calls this directly

Calls 1

DeleteObjectMethod · 0.80

Tested by

no test coverage detected