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

Function ClearRoomSelectedList

editor/selectedroom.cpp:115–118  ·  view source on GitHub ↗

Empties the selected list

Source from the content-addressed store, hash-verified

113
114// Empties the selected list
115void ClearRoomSelectedList() {
116 N_selected_rooms = 0;
117 State_changed = 1;
118}
119
120// Adds to selected list if not already in there, else removes from list
121// Returns: 1 if room was selected, 0 if un-selected

Callers 5

CreateNewMineFunction · 0.85
EndWireframeSelFunction · 0.85
OnEditClearSelectedMethod · 0.85
OnEditCutMethod · 0.85
OnEditDeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected