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

Method OnEditClearSelected

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

Source from the content-addressed store, hash-verified

2250
2251void CMainFrame::OnEditAddSelect() { AddRoomToSelectedList(ROOMNUM(Curroomp)); }
2252
2253void CMainFrame::OnEditClearSelected() { ClearRoomSelectedList(); }
2254
2255void CMainFrame::OnEditRemoveSelect() { RemoveRoomFromSelectedList(ROOMNUM(Curroomp)); }

Callers

nothing calls this directly

Calls 1

ClearRoomSelectedListFunction · 0.85

Tested by

no test coverage detected