Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ OnRoomAdd
Method
OnRoomAdd
editor/editorView.cpp:795–795 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
void CEditorView::OnRoomAdd() { AddRoom(); }
796
797
void CEditorView::OnRoomDelete() {
798
if (OutrageMessageBox(MBOX_YESNO,
"Are you sure you want to delete Room %d?"
, ROOMNUM(Curroomp)) != IDYES)
Callers
nothing calls this directly
Calls
1
AddRoom
Function · 0.85
Tested by
no test coverage detected