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

Method OnAinDeleteNode

editor/PathPadDialog.cpp:659–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659void CPathPadDialog::OnAinDeleteNode() {
660 EBNode_RemoveNode(BNode_current_room, BNode_current_id);
661 World_changed = 1;
662
663 EBNode_VerifyGraph();
664}
665
666void CPathPadDialog::OnAinDown() {
667 vector diff = -Viewer_object->orient.uvec * BNode_move_amount;

Callers

nothing calls this directly

Calls 2

EBNode_RemoveNodeFunction · 0.85
EBNode_VerifyGraphFunction · 0.85

Tested by

no test coverage detected