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

Method OnEditSelectAttached

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

Source from the content-addressed store, hash-verified

2254
2255void CMainFrame::OnEditRemoveSelect() { RemoveRoomFromSelectedList(ROOMNUM(Curroomp)); }
2256
2257void CMainFrame::OnEditSelectAttached() {
2258 int count;
2259
2260 count = SelectConnectedRooms(ROOMNUM(Curroomp));
2261
2262 EditorStatus("%d rooms selected", count);
2263}
2264
2265void CMainFrame::OnEditSaveScrap() {

Callers

nothing calls this directly

Calls 2

SelectConnectedRoomsFunction · 0.85
EditorStatusFunction · 0.85

Tested by

no test coverage detected