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

Method OnAinDeleteEdge

editor/PathPadDialog.cpp:652–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652void CPathPadDialog::OnAinDeleteEdge() {
653 EBNode_RemoveEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room);
654 World_changed = 1;
655
656 EBNode_VerifyGraph();
657}
658
659void CPathPadDialog::OnAinDeleteNode() {
660 EBNode_RemoveNode(BNode_current_room, BNode_current_id);

Callers

nothing calls this directly

Calls 2

EBNode_RemoveEdgeFunction · 0.85
EBNode_VerifyGraphFunction · 0.85

Tested by

no test coverage detected