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

Method OnAinMakeEdge

editor/PathPadDialog.cpp:693–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void CPathPadDialog::OnAinMakeEdge() {
694 EBNode_AddEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room);
695 EBNode_VerifyGraph();
696 World_changed = 1;
697}
698
699void CPathPadDialog::OnKillfocusAinMoveAmount() {
700 CEdit *ebox;

Callers

nothing calls this directly

Calls 2

EBNode_AddEdgeFunction · 0.85
EBNode_VerifyGraphFunction · 0.85

Tested by

no test coverage detected