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

Method OnAinForward

editor/PathPadDialog.cpp:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673void CPathPadDialog::OnAinForward() {
674 vector diff = Viewer_object->orient.fvec * BNode_move_amount;
675
676 EBNode_Move(true, BNode_current_room, BNode_current_id, &diff);
677 World_changed = 1;
678}
679
680void CPathPadDialog::OnAinInsertNodeOnEdge() {
681 EBNode_InsertNodeOnEdge(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