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

Method OnAinLeft

editor/PathPadDialog.cpp:686–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686void CPathPadDialog::OnAinLeft() {
687 vector diff = -Viewer_object->orient.rvec * BNode_move_amount;
688
689 EBNode_Move(true, BNode_current_room, BNode_current_id, &diff);
690 World_changed = 1;
691}
692
693void CPathPadDialog::OnAinMakeEdge() {
694 EBNode_AddEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room);

Callers

nothing calls this directly

Calls 1

EBNode_MoveFunction · 0.85

Tested by

no test coverage detected