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

Method OnAinDown

editor/PathPadDialog.cpp:666–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666void CPathPadDialog::OnAinDown() {
667 vector diff = -Viewer_object->orient.uvec * BNode_move_amount;
668
669 EBNode_Move(true, BNode_current_room, BNode_current_id, &diff);
670 World_changed = 1;
671}
672
673void CPathPadDialog::OnAinForward() {
674 vector diff = Viewer_object->orient.fvec * BNode_move_amount;

Callers

nothing calls this directly

Calls 1

EBNode_MoveFunction · 0.85

Tested by

no test coverage detected