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

Method OnAinInsertNodeOnEdge

editor/PathPadDialog.cpp:680–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680void CPathPadDialog::OnAinInsertNodeOnEdge() {
681 EBNode_InsertNodeOnEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room);
682 EBNode_VerifyGraph();
683 World_changed = 1;
684}
685
686void CPathPadDialog::OnAinLeft() {
687 vector diff = -Viewer_object->orient.rvec * BNode_move_amount;

Callers

nothing calls this directly

Calls 2

EBNode_InsertNodeOnEdgeFunction · 0.85
EBNode_VerifyGraphFunction · 0.85

Tested by

no test coverage detected