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

Method OnEditAttach

editor/MainFrm.cpp:2385–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2383 PlaceGroupTerrain(cellnum, Scrap, (result == IDYES));
2384}
2385
2386void CMainFrame::OnEditAttach() {
2387 ASSERT(Placed_group != NULL);
2388
2389 AttachGroup();
2390}
2391
2392void CMainFrame::OnEditCut() {

Callers

nothing calls this directly

Calls 1

AttachGroupFunction · 0.85

Tested by

no test coverage detected