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

Method OnAinAutoEdgeNode

editor/PathPadDialog.cpp:608–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606float BNode_move_amount = 1.0f;
607
608void CPathPadDialog::OnAinAutoEdgeNode() {
609 EBNode_AutoEdgeNode(BNode_current_id, BNode_current_room);
610 EBNode_VerifyGraph();
611 World_changed = 1;
612}
613
614void CPathPadDialog::OnAinBack() {
615 vector diff = -Viewer_object->orient.fvec * BNode_move_amount;

Callers

nothing calls this directly

Calls 2

EBNode_AutoEdgeNodeFunction · 0.85
EBNode_VerifyGraphFunction · 0.85

Tested by

no test coverage detected